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