Method IsUnfolding
IsUnfolding(DocumentId)
Tells whether a document is an unfolding document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 300, 60)]
bool IsUnfolding(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The document is an unfolding document. |
Remarks
This method is available since v7.10.300.60.