PrivilegeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of operation for the privilege
For the Web API use the PrivilegeType EnumType.
public enum class PrivilegeType
[System.Runtime.Serialization.DataContract(Name="PrivilegeType", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum PrivilegeType
[<System.Runtime.Serialization.DataContract(Name="PrivilegeType", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type PrivilegeType =
Public Enum PrivilegeType
- Inheritance
-
PrivilegeType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies no privilege. Value = 0. |
Create | 1 | The create privilege. Value = 1. |
Read | 2 | The read privilege. Value = 2. |
Write | 3 | The write privilege. Value = 3. |
Delete | 4 | The delete privilege. Value = 4. |
Assign | 5 | The assign privilege. Value = 5. |
Share | 6 | The share privilege. Value = 6. |
Append | 7 | The append privilege. Value = 7. |
AppendTo | 8 | The append to privilege. Value = 8. |