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 (25.3.0.1000)
Syntaxpublic enum PrivilegePropagationBehavior
Public Enumeration PrivilegePropagationBehavior
public enum class PrivilegePropagationBehavior
type PrivilegePropagationBehavior
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | Parent privileges are not propagated. | 
 | PropagateKeepExisting | 1 | Parent privileges will be recursively added to children privileges. | 
 | PropagateOverwriteExisting | 2 | Children privileges will be recursively overwritten with given parent privileges. | 
See Also