Interface IWebPageManagerFactory
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
intWebsite channel ID that created CMS.Websites.WebPageManager is bound to.
userId
intUser ID that will be used for created by/modified by information.