Table of Contents

Class PermissionInfo

Namespace
Dynamicweb.Security.Permissions
Assembly
Dynamicweb.Core.dll
public sealed class PermissionInfo
Inheritance
PermissionInfo
Inherited Members

Properties

IsExplicit

public bool IsExplicit { get; }

Property Value

bool

Key

public string Key { get; }

Property Value

string

Level

public PermissionLevel Level { get; }

Property Value

PermissionLevel

Name

public string Name { get; }

Property Value

string

OwnerId

public string OwnerId { get; }

Property Value

string

SubName

public string SubName { get; }

Property Value

string
To top