Click or drag to resize

ShowPermissionsAction Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Core.UI.ActionsAction
    Dynamicweb.Management.ActionsShowPermissionsAction

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public class ShowPermissionsAction : Action

The ShowPermissionsAction type exposes the following members.

Constructors
  NameDescription
Public methodShowPermissionsAction(IPermissionControlled)
Initializes a new instance of the ShowPermissionsAction class
Public methodShowPermissionsAction(UnifiedPermissionIdentifier)
Initializes a new instance of the ShowPermissionsAction class
Public methodShowPermissionsAction(String, String)
Initializes a new instance of the ShowPermissionsAction class
Public methodShowPermissionsAction(String, String, String)
Initializes a new instance of the ShowPermissionsAction class
Top
Properties
  NameDescription
Public propertyAvailableLevels
Gets or sets the available permission levels. If nothing is set - all are available.
Public propertyEnabled (Inherited from Action.)
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyManagementArea
Public propertyName (Inherited from Action.)
Public propertyOnSubmitted
Public propertyPermissionKey
Public propertyPermissionName
Public propertyPermissionSubName
Public propertyPermissionTitle
Public propertyShowMode
Public propertyTitle (Inherited from Action.)
Top
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also