Method IsNCFilesDocument
IsNCFilesDocument(DocumentId)
Tells whether a document is a NC files document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
bool IsNCFilesDocument(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | True if the element is a NC file. |