Table of Contents

Interface IPermissionControlled

Namespace
Dynamicweb.Security.Permissions
Assembly
Dynamicweb.Security.dll
A permission controlled object can be used with the permission framework to get the PermissionLevel for a given user on this object.
public interface IPermissionControlled
Extension Methods

Methods

GetParent()

Gets the parent of this object, for the purposes of inherited permissions.
IPermissionControlled GetParent()

Returns

IPermissionControlled
parent

Remarks

Return null, if no parent permissions exist

GetPermissionIdentifier()

Combination of values that form a unique identifier.
UnifiedPermissionIdentifier GetPermissionIdentifier()

Returns

UnifiedPermissionIdentifier
Unique identifier.
To top