Documentation Center

Reports 2.0 GetReferencedByDocObj [deprecated]

Returns all document objects that reference the specified document object language.


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.
psDocIdStringInThe logical identifier of the object
psVersionStringInThe version of the object. This version number has to be an exact number.
psLngStringInThe (working) language of the object
pbShowAnchorBooleanInWhen set to true the anchors referenced will be included in the result
psXMLRequestedMetaDataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutObjectListStringInOutObjectList XML structure containing both the object content (base 64 encoded) and the requested metadata.

Some typical scenarios:
  • If the pbShowAnchor parameter is set to true, than the anchors to which the reference is made is also included in the result. If the pbShowAnchor is set to true than the anchor part for a particular object will contain a distinct list of anchors used in the references of this particular object to the object for which the report is requested. Notice that processing is significantly slower.
  • The first ishobject element of the object list returned will always contain information about the object provided through parameter psDocId for which the report is requested.
  • If the object contains a link to itself it will appear two times in the result object list.
  • If an object refers multiple times to the object for which the report is requested, it will only occur once in the list.