MetadataForm.getCategorizationFormatList (Method)
Returns zero or more structures, each containing information describing a format type.
Returns:
MetadataForm_GetCategorizationFormatList_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
DisplayName | PlainText_NonNull_255 | The categorization's display name. |
Value | PlainText_NonNull_255 | The categorization format's value. This is a number corresponding to a standard metadata field or a 'FormID|FieldID' pair of values. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
categorizationFormat | CategorizationFormat | Required | A categorization format. Possible values are 'date' and 'subsite'. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None