GetDeletePropertyDefinitionsRestrictions Method
Gets any restrictions on deleting a set of property definitions.
Required Permissions
ManagePropertyDefinitionSyntax
public PropRestric[] GetDeletePropertyDefinitionsRestrictions(
System.long[] propertyDefIds
)Public Function GetDeletePropertyDefinitionsRestrictions( _
ByVal propertyDefIds() As System.Long _
) As PropRestric()Parameters
| Name | Description |
|---|---|
| propertyDefIds | An array of property definitions to delete. |
Return Value
An array of restrictions. The array will be null or empty if there are no restrictions.
Remarks
This function does not delete anything. It's a pre-check to see if there would be any problems if a delete were to be called.