Reports 2.0 GetReferencedByDocObj [deprecated]
Returns all document objects that reference the specified document object language.
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. |
| psDocId | String | In | The logical identifier of the object |
| psVersion | String | In | The version of the object. This version number has to be an exact number. |
| psLng | String | In | The (working) language of the object |
| pbShowAnchor | Boolean | In | When set to true the anchors referenced will be included in the result |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutObjectList | String | InOut | ObjectList XML structure containing both the object content (base 64 encoded) and the requested metadata. |
Some typical scenarios:
- If the
pbShowAnchorparameter is set to true, than the anchors to which the reference is made is also included in the result. If thepbShowAnchoris 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
ishobjectelement of the object list returned will always contain information about the object provided through parameterpsDocIdfor 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.