PrivilegePropagationBehavior Enumeration

Specifies how parent entity privileges are propagated to its children.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum PrivilegePropagationBehavior
Members
  Member nameValueDescription
None0Parent privileges are not propagated.
PropagateKeepExisting1Parent privileges will be recursively added to children privileges.
PropagateOverwriteExisting2Children privileges will be recursively overwritten with given parent privileges.
See Also