Method IsPartSetting
IsPartSetting(DocumentId)
Tells whether a document is a part setting document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 0, 0)]
bool IsPartSetting(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The document is a part setting document. |