Autodesk Vault ProfessionalVault API

GetItemBOMFileAssociationsByDate Method

Autodesk.Connectivity.WebServicesItemService

Gets Files associated with an Item BOM.

Required Permissions

ItemRead

Syntax

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

NameDescription
parentItemIterationId
bomTypeThe type of BOM.
dateOfInterestThe date that the BOM was effective.
includeAttachmentsIf 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.

See Also