GetPropertyConstraintFailuresByItemMasterIds Method
Gets all properties that violate a constraint for a given Item.
Required Permissions
ItemReadSyntax
public PropConstrFailure[] GetPropertyConstraintFailuresByItemMasterIds(
System.long[] masterIds
)Public Function GetPropertyConstraintFailuresByItemMasterIds( _
ByVal masterIds() As System.Long _
) As PropConstrFailure()Parameters
| Name | Description |
|---|---|
| masterIds | The Master ID of the Item. |
Return Value
A list of failures or null if there are no failures.