GetBOMByFileId Method
Gets the Bill of Materials data for a file.
Required Permissions
FileReadSyntax
public BOM GetBOMByFileId(
System.long fileId
)Public Function GetBOMByFileId( _
ByVal fileId As System.Long _
) As BOMParameters
| Name | Description |
|---|---|
| fileId | A Vault file Id. |
Return Value
The Bill of Materials data for the file.