Documentation Center

Report 2.0 GetReferencesByIshLngRef

Returns a list of all document objects referenced by the specified language references.


Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated 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.
psLngRefsStringInComma-space separated string containing the identifiers for the language level for which more information is retrieved.
psOutXMLExtObjListStringInOutObjectList 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 ishref of 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.