Table of Contents

Class Permissions

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Security.dll
Represents security permissions
public class Permissions
Inheritance
Permissions
Inherited Members

Constructors

Permissions()

Creates new permissions object
public Permissions()

Properties

Backend

Gets backend permissions
public PermissionCollection Backend { get; }

Property Value

PermissionCollection
PermissionCollection

Frontend

Gets frontend permissions
public PermissionCollection Frontend { get; }

Property Value

PermissionCollection
PermissionCollection

this[PagePermissionLevels]

Gets permission item
public PermissionCollection this[PagePermissionLevels level] { get; }

Parameters

level PagePermissionLevels
PagePermissionLevels

Property Value

PermissionCollection

Methods

LoadFromXml(string)

Loads permissions items from xml string
public void LoadFromXml(string xmlData)

Parameters

xmlData string

ToString()

Builds xml string with current object state data
public override string ToString()

Returns

string
To top