PrivilegeType Enum

Definition

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

Append 7

The append privilege. Value = 7.

AppendTo 8

The append to privilege. Value = 8.

Assign 5

The assign privilege. Value = 5.

Create 1

The create privilege. Value = 1.

Delete 4

The delete privilege. Value = 4.

None 0

Specifies no privilege. Value = 0.

Read 2

The read privilege. Value = 2.

Share 6

The share privilege. Value = 6.

Write 3

The write privilege. Value = 3.

Applies to