Method IsDerived
IsDerived(DocumentId)
Tells whether a family document is a derived family document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
bool IsDerived(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the family document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The family is a derived family. |
Remarks
This method is available since v7.10.