Method GetMultipleClassifyingParameter
GetMultipleClassifyingParameter(DocumentId)
Gets the multiple classifying parameter entity of a classification document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
ElementId GetMultipleClassifyingParameter(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the classification document to analyze. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the multiple classifying parameter entity found. |
Remarks
The multiple classifying parameter is a Boolean parameter, its value may be obtained and modified using the GetBooleanValue(ElementId) and SetBooleanValue(ElementId, bool) methods.
This method is available since v7.10.