WebCenter Interaction API  
 

IPTAdminCatalog.PropagateAdminFoldersSecurity Method 

Propagates security setting recursively by replacing all ACLs with the starting admin folder ACLs.

void PropagateAdminFoldersSecurity(
   int lStartingAdminFolderID,
   int lPropMode,
   bool bRecursive
);

Parameters

lStartingAdminFolderID
starting folder id
lPropMode
only takes in PT_PROPAGATE_SECURITY_REPLACE
bRecursive
doing it recursively or only one level deep

See Also

IPTAdminCatalog Interface | com.plumtree.server Namespace | PT_PROPAGATE_SECURITY_MODES