EntityHierarchyItem.Permissions Property

Definition

Gets or sets permissions

[Newtonsoft.Json.JsonProperty(PropertyName="properties.permissions")]
public string Permissions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.permissions")>]
member this.Permissions : string with get, set
Public Property Permissions As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'noaccess', 'view', 'edit', 'delete'

Applies to