OutputFormat 2.5 Create
Creates 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. |
| psOutputFormatName | String | In | The name of the output format (e.g. Manual, Online Documentation, Booklet, Compiled Help,...) |
| psOutputEDT | String | In | The unique identifier of the Electronic Document Type of the output (e.g. EDTPDF, EDTXML, EDTHTML,...) |
| psXMLMetaData | String | In | Metadata XML structure with the metadata that will be set on the current object |
| psOutOutputFormatId | String | Out | The element name of the output format |
Requirements are:
- Only an 'Administrator' user can create an Output Format object.
Note that:
- The
levelattribute on theishfieldelement must be 'none'. - The name of the output format must be unique.
The internal element name is generated using the prefix
VOUTPUTFORMATand the givenpsOutputFormatvalue (see Naming conventions for readable Element Names).