Table of Contents

Interface IContentFolderManagerFactory

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents a factory for creating instances of IContentFolderManager.

public interface IContentFolderManagerFactory
Extension Methods

Methods

Create(int)

Creates an instance of IContentFolderManager for the specified user.

IContentFolderManager Create(int userId)

Parameters

userId int

The ID of the user.

Returns

IContentFolderManager