Returns the content of a folder.
Syntax
Rep_GetFolderContent(string sessionId,string systemName, string options,string filter, string folderName,out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
systemName | SystemOId of the system |
options | Not currently used |
filter | Filter settings for the query (D,P,B,A) |
folderName | Folder DBID or folder name |
xmlResult | MwsFolderContent XML serialized, or MwsError in the event of an error |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |