Table of Contents

Interface IPermissionCustomAncestors

Namespace
Dynamicweb.Security.Permissions
Assembly
Dynamicweb.Security.dll
Interface for objects that are used in a hierarchy with different parents depending upon context. GetParent() should return null to work with custom ancestors
public interface IPermissionCustomAncestors : IPermissionControlled
Inherited Members
Extension Methods

Methods

GetAncestors(string[])

Defines how ancestors can be resolved from a specified path.
List<IPermissionControlled> GetAncestors(string[] path)

Parameters

path string[]
Path if identifiers

Returns

List<IPermissionControlled>
ancestors
To top