PrivilegePropagationBehavior

The privilege propagation behavior enum.
 

Example

The following is an example of how to reference the PrivilegePropagationBehavior object:

	// The full path is required.
	dundas.filesystem.PrivilegePropagationBehavior.NONE
	

 

Properties

 
  Name Description
  NONE Parent privileges are not propagated.
  PROPAGATE_KEEP_EXISTING Parent privileges will be recursively added to children privileges.
  PROPAGATE_OVERWRITE_EXISTING Children privileges will be recursively overwritten with given parent privileges.