PrivilegeType Enumeration
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the type of operation for the privilege
For the Web API use the PrivilegeType EnumType.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Member name | Description | |
|---|---|---|
| Append | The append privilege. Value = 7. | |
| AppendTo | The append to privilege. Value = 8. | |
| Assign | The assign privilege. Value = 5. | |
| Create | The create privilege. Value = 1. | |
| Delete | The delete privilege. Value = 4. | |
| None | Specifies no privilege. Value = 0. | |
| Read | The read privilege. Value = 2. | |
| Share | The share privilege. Value = 6. | |
| Write | The write privilege. Value = 3. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: