GetContentSourcePropertyDefinitionsByFileMasterId Method
Gets the property definitions from the file's BOM data.
Required Permissions
AllowAnySyntax
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
| Name | Description |
|---|---|
| fileMasterId | The master ID of the file. |
| isReferenceDesignator | If true, the reference designator properties are returned. If false, the component properties are returned. |
| getResultsForNoBomFile |
Return Value
The property definitions from the file BOM.