GetComponentProperties Method
Gets property data for a file which has been assigned to an item.
Required Permissions
FileReadSyntax
public CompProp[] GetComponentProperties(
System.long fileId,
System.string compUID
)Public Function GetComponentProperties( _
ByVal fileId As System.Long, _
ByVal compUID As System.String _
) As CompProp()Parameters
| Name | Description |
|---|---|
| fileId | The ID of the file. |
| compUID |
Return Value
Property data for the component.