Method CreateLevel
CreateLevel(DocumentId, string)
Creates a level entity in a classification document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
ElementId CreateLevel(DocumentId inDocumentId, string inDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the classification document to modify. |
| string | inDescription | Level description. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created level entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.