Looks up the values to an alias in an alias table and interprets the results as object references (RepositoryReferences).
Syntax
Rep_GetLookupObjects(string sessionId,string systemName, string options,string aliasTableId, string aliasTableName,string alias, out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
systemName | SystemOId |
options | Not currently evaluated |
aliasTableId | Object ID of the alias table. If the object ID is not defined, the object name and type must be defined instead |
aliasTableName | Name of alias table in which the lookup is to be executed. |
alias | Alias whose values are to be read |
xmlResult | Returns the object references in the form of a MwsLookupResult Xml (contains MwsFolderContent Xml) |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |