OutputFormat 2.5 GetMetaData
Retrieves the metadata of an Output Format object.
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. |
| psOutputFormatId | String | In | The element name of the output format |
| psXMLRequestedMetadata | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | InOut | The Output Format ObjectList XML structure containing the metadata of the Output Format Objects |
| psOutOutputEDT | String | Out | The unique identifier of the Electronic Document Type of the output (e.g. EDTPDF, EDTXML, EDTHTML,...) |
Note that:
- When no Output Format is found with the supplied
psOutputFormat, anInvalidObjectExceptionis thrown.