Aqualogic Interaction API  
 

IPTDataSourceACLSyncProvider.QueryACLCapabilityAsObject Method 

Allows for querying of ACLSync capabilities implemented by the provider (whether it supports it at all, users, or groups)

object QueryACLCapabilityAsObject(
   int lAclCapabilities
);

Parameters

lAclCapabilities
an int of PT_ACL_IMPORT_CAPABILITIES

Return Value

an Integer returned as 1 (true) or 0 (false)

See Also

IPTDataSourceACLSyncProvider Interface | com.plumtree.server Namespace