Returns a list of objects in a folder in a system.
This function requires a path definition and takes into account a defined start folder for a user.
Internally, this is automatically appended to the beginning of the path definition.
Syntax
Rep_GetNavigList(string sessionId,string systemName, string options,string filter, string path,out string xmlResult)
| Parameter | Description |
|---|---|
|
sessionId |
Valid session identifier (SessionId) |
|
systemName |
SystemOId |
|
options |
Parameter is currently ignored and should be passed as an empty string. |
|
filter |
Comma-separated list with type identifiers of the objects contained in the result list. Example: "A,P" (folder and bundle) |
|
path |
DB ID of the folder, or a fully qualified path definition (/Name/Name1/Name2) |
|
xmlResult |
An MwsNavigList Xml when execution was successful, otherwise Mws Error XML |
Return Value
| Value | Description |
|---|---|
| 0 | OK |
| <>0 |
Error See Error Codes. |