Click or drag to resize

ShowPermissionsActionAvailableLevels Property

Gets or sets the available permission levels. If nothing is set - all are available.

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public IEnumerable<PermissionLevel> AvailableLevels { get; set; }

Property Value

Type: IEnumerablePermissionLevel
See Also