ProjectPrivilegeOption Enumeration

Project Privilege Option.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ProjectPrivilegeOption
Members
  Member nameValueDescription
Public0 The project privileges are public (Creator and Everyone Group).
Private1 The project privileges are private (Creator).
Copy2 The project privileges are copied from the source project.
See Also