Table of Contents

Interface IPermissionLookup

Namespace
Dynamicweb.Security.Permissions
Assembly
Dynamicweb.Security.dll
Marks the permission controlled object as an implementation that can be looked up.
public interface IPermissionLookup : IPermissionControlled
Inherited Members
Extension Methods

Methods

GetByKey(string)

Can be used to look up a concrete object based upon the key.
IPermissionControlled GetByKey(string key)

Parameters

key string
Identifier

Returns

IPermissionControlled
permissionControlled
To top