GetPropertyDefinitionInfosByEntityClassId Method
Gets a set of property definitions and extended information for a given set of IDs.
Required Permissions
ManagePropertyDefinitionSyntax
public PropDefInfo[] GetPropertyDefinitionInfosByEntityClassId(
System.string entityClassId,
System.long[] propertyDefIds
)Public Function GetPropertyDefinitionInfosByEntityClassId( _
ByVal entityClassId As System.String, _
ByVal propertyDefIds() As System.Long _
) As PropDefInfo()Parameters
| Name | Description |
|---|---|
| entityClassId | The associated entity class. |
| propertyDefIds | An array of property definition IDs. |
Return Value
The resuting property definition objects with extended data.