Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IACL.Contains Method 

Determines whether a specific ACLEntry is contained in this ACL.

bool Contains(
   IACLEntry entry
);

Parameters

entry
The ACLEntry 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, after which all invalid entries will be removed.

Exceptions

Exception Type Condition
NullReferenceException An a null ACLEntry was passed.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace