Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IACL.Contains Method 

Determines whether a specific ACLEntry is contained in this ACL.

bool Contains(
   IACLEntry entry
);

Parameters

entry
the entry to query for; cannot be null.

Return Value

true if and only if this entry is contained in the ACL

Remarks

If an entry with a non-existent ID is added then contains will return true for the added entry until the ACL is saved whence all invalid entries will be removed.

Exceptions

Exception Type Condition
NullReferenceException if passed a null ACLEntry.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace