Method GetInstanceFamilyDocument
GetInstanceFamilyDocument(DocumentId)
Gets the family document of an instance.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
DocumentId GetInstanceFamilyDocument(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the instance document. |
Returns
| Type | Description |
|---|---|
| DocumentId | The family document, return Empty if there is no family document or if inDOcument is not an instance. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.17.