Method GetCodes
GetCodes(DocumentId)
Gets the codes of a family document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
List<string> GetCodes(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the family document to analyze. |
Returns
| Type | Description |
|---|---|
| List<string> | Codes found. |
Remarks
This method is available since v7.7.