Method GetRowChildrenRows
GetRowChildrenRows(DocumentId, int)
Gets the children rows of a row of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
List<int> GetRowChildrenRows(DocumentId inDocumentId, int inRowId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
| int | inRowId | Identifier of the row to analyze. |
Returns
| Type | Description |
|---|---|
| List<int> | Identifiers of the children rows, or empty if none. |
Remarks
This method is available since v7.12.