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
websiteChannelIdintWebsite channel ID that created CMS.Websites.WebPageManager is bound to.
userIdintUser ID that will be used for created by/modified by information.