Obj_GetStructure - Web Services - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Web Services

Platform
Content Composer
Product
Web Services
Release
Foundation 23.2
License

Returns the structure of the referenced object.

Syntax

int Obj_GetStructure(string sessionId, string processId, string rootRef,int maxLevel, out string xmlResult)
Parameter Description

sessionId

Valid session identifier (SessionId)

processId

ID of the process of which the object is being referenced.

rootRef

Object reference within the process

maxLevel

-1: Everything

0: Just the object

<> 0: The structure including all child elements at the n-th level

xmlResult

Object XML depending on the component

Return Value

Value Description
0 OK
<>0

Error

See Error Codes.