GetItemBOMFileAssociationsByDate Method
Gets Files associated with an Item BOM.
Required Permissions
ItemReadSyntax
public ItemBOMFileAssoc[] GetItemBOMFileAssociationsByDate(
System.long parentItemIterationId,
BOMTyp bomType,
System.DateTime dateOfInterest,
System.bool includeAttachments
)Public Function GetItemBOMFileAssociationsByDate( _
ByVal parentItemIterationId As System.Long, _
ByVal bomType As BOMTyp, _
ByVal dateOfInterest As System.Date, _
ByVal includeAttachments As System.Boolean _
) As ItemBOMFileAssoc()Parameters
| Name | Description |
|---|---|
| parentItemIterationId | |
| bomType | The type of BOM. |
| dateOfInterest | The date that the BOM was effective. |
| includeAttachments | If true, Files attached to the items are returned as well as the children of the files. If false, only primary, secondary and tertiary file links are returned. |
Return Value
An Item BOM with links to Files.