GetDeleteAssociationPropertyDefinitionsRestrictions Method
Gets any restrictions on deleting a set of association property definitions.
Required Permissions
ManagePropertyDefinitionSyntax
public PropRestric[] GetDeleteAssociationPropertyDefinitionsRestrictions(
System.long[] propertyDefIds
)Public Function GetDeleteAssociationPropertyDefinitionsRestrictions( _
ByVal propertyDefIds() As System.Long _
) As PropRestric()Parameters
| Name | Description |
|---|---|
| propertyDefIds | An array of association property definitions to delete. |
Return Value
An array of restrictions. The array will be null or empty if there are no restrictions.