DocumentObj 2.5 GetChildren
This method returns the children of a content object. For example: the topics that are used in a map, the images which are used in a topic
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| plLngRef | Long | In | The language level identifier |
| peLinkType | eLinkType | In | The enumeration indicating which link fields must be used |
| pasOutLogicalIds | StringArray | Out | String array with the logical identifiers of the objects |
Requirements are:
- The user must have read access for the object.
Note that:
- Only the direct children are returned...So, only one level down.
- Conditions are ignored.