GetBOMByFileIds Method
Gets the Bill of Materials data for a set of files.
Required Permissions
FileReadSyntax
public BOM[] GetBOMByFileIds(
System.long[] fileIds
)Public Function GetBOMByFileIds( _
ByVal fileIds() As System.Long _
) As BOM()Parameters
| Name | Description |
|---|---|
| fileIds | An array of file Ids. |
Return Value
An array of BOM objects corresponding to the array of fileIds.