Table of Contents

Interface IWebPageManagerFactory

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Interface for creating instances of IWebPageManager.

public interface IWebPageManagerFactory
Extension Methods

Methods

Create(int, int)

Creates IWebPageManager implementation based on given parameters.

IWebPageManager Create(int websiteChannelId, int userId)

Parameters

websiteChannelId int

Website channel ID that created CMS.Websites.WebPageManager is bound to.

userId int

User ID that will be used for created by/modified by information.

Returns

IWebPageManager