Report 2.0 GetReferencesByIshLngRef
Returns a list of all document objects referenced by the specified language references.
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. |
| psLngRefs | String | In | Comma-space separated string containing the identifiers for the language level for which more information is retrieved. |
| psOutXMLExtObjList | String | InOut | ObjectList XML structure containing both the object content (base 64 encoded) and the requested metadata. |
Some typical scenarios:
- The function returns an objectlist with the links, imagelinks and reusable objects that are used in the specified language reference.
- The only information that the object list contains is the
ishrefof the specified language references and the objects that are referenced. - If you want more information of the objects you have to do an extra web service call like
DocumentObj20.RetrieveMetaData.