Autodesk Vault ProfessionalVault API

GetContentSourcePropertyDefinitionsByFileMasterId Method

Autodesk.Connectivity.WebServicesItemService

Gets the property definitions from the file's BOM data.

Required Permissions

AllowAny

Syntax

public CtntSrcPropDef[] GetContentSourcePropertyDefinitionsByFileMasterId(
   System.long fileMasterId,
   System.bool isReferenceDesignator,
   System.bool getResultsForNoBomFile
)
Public Function GetContentSourcePropertyDefinitionsByFileMasterId( _
   ByVal fileMasterId As System.Long, _
   ByVal isReferenceDesignator As System.Boolean, _
   ByVal getResultsForNoBomFile As System.Boolean _
) As CtntSrcPropDef()

Parameters

NameDescription
fileMasterIdThe master ID of the file.
isReferenceDesignatorIf true, the reference designator properties are returned. If false, the component properties are returned.
getResultsForNoBomFile

Return Value

The property definitions from the file BOM.

See Also