Table of Contents

Interface IWebPageAclManagerFactory

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Interface for creating instances of IWebPageAclManager.

public interface IWebPageAclManagerFactory
Extension Methods

Methods

Create(int)

Creates an instance of IWebPageAclManager.

IWebPageAclManager Create(int websiteChannelId)

Parameters

websiteChannelId int

The identifier of a website channel to which the created IWebPageAclManager is bound.

Returns

IWebPageAclManager