Aqualogic Interaction API  
 

IPTACLSyncMap.RemoveMapping Method 

Delete a mapping entry

void RemoveMapping(
   int lACLMappingType,
   string bstrFromString,
   string bstrToString
);

Parameters

lACLMappingType
The type for which the mapping will be removed
bstrFromString
The source string for the mapping
bstrToString
The target or corresponding "To" string

See Also

IPTACLSyncMap Interface | com.plumtree.server Namespace