GetPropertyComplianceFailuresByEntityIds Method
Get the property compliance failures for a set of objects.
Required Permissions
ManagePropertyDefinitionSyntax
public PropCompFail[] GetPropertyComplianceFailuresByEntityIds(
System.string entityClassId,
System.long[] entityIds,
System.bool filterPending
)Public Function GetPropertyComplianceFailuresByEntityIds( _
ByVal entityClassId As System.String, _
ByVal entityIds() As System.Long, _
ByVal filterPending As System.Boolean _
) As PropCompFail()Parameters
| Name | Description |
|---|---|
| entityClassId | The entity class. |
| entityIds | An array of entity IDs. (example. File.Id) |
| filterPending | If true, do not show failues due to a pending compliance check. If false, show all failures. |
Return Value
An array of failures. The result will be null if there are no failures.