Method FindClassificationDepth
FindClassificationDepth(DocumentId)
Finds the depth of the classification defined in a specified classification document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
int FindClassificationDepth(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the classification document to analyze. |
Returns
| Type | Description |
|---|---|
| int | Depth of the classification defined in a specified classification document, or 0 if there are no classes. |
Remarks
The depth of a classification is defined by the maximum number of classes in a "class - subclass - ... - subclass" chain.
This method is available since v7.10.