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