Try our conversational search powered by Generative AI!

Class CmsModuleViewModel

Inheritance
System.Object
CmsModuleViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class CmsModuleViewModel : ModuleViewModel

Constructors

CmsModuleViewModel(ShellModule, IClientResourceService, IEnumerable<IContentRepositoryDescriptor>)

Declaration
public CmsModuleViewModel(ShellModule module, IClientResourceService clientResourceService, IEnumerable<IContentRepositoryDescriptor> contentRepositoryDescriptors)
Parameters
Type Name Description
ShellModule module
IClientResourceService clientResourceService
System.Collections.Generic.IEnumerable<IContentRepositoryDescriptor> contentRepositoryDescriptors

Properties

ApplicationVirtualPath

Declaration
public string ApplicationVirtualPath { get; set; }
Property Value
Type Description
System.String

ContentAssetsFolder

Declaration
public int ContentAssetsFolder { get; set; }
Property Value
Type Description
System.Int32

ContentRepositoryDescriptors

Declaration
public IDictionary<string, IContentRepositoryDescriptor> ContentRepositoryDescriptors { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, IContentRepositoryDescriptor>

CurrentContentLanguage

Declaration
public string CurrentContentLanguage { get; }
Property Value
Type Description
System.String

DisableVersionDeletion

Declaration
public bool DisableVersionDeletion { get; set; }
Property Value
Type Description
System.Boolean

DisplayResolutions

Declaration
public IList<DisplayResolutionViewModel> DisplayResolutions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DisplayResolutionViewModel>

EnableStickyView

Declaration
public bool EnableStickyView { get; set; }
Property Value
Type Description
System.Boolean

ExpirationNotificationPeriod

Declaration
public int ExpirationNotificationPeriod { get; set; }
Property Value
Type Description
System.Int32

Frames

Declaration
public IEnumerable<FrameViewModel> Frames { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<FrameViewModel>

GlobalAssetsFolder

Declaration
public int GlobalAssetsFolder { get; set; }
Property Value
Type Description
System.Int32

ImageEditorEnabled

Declaration
public bool ImageEditorEnabled { get; set; }
Property Value
Type Description
System.Boolean

IsDynamicPropertiesEnabled

Declaration
public bool IsDynamicPropertiesEnabled { get; set; }
Property Value
Type Description
System.Boolean

IsProjectModeEnabled

Declaration
public bool IsProjectModeEnabled { get; set; }
Property Value
Type Description
System.Boolean

LimitUI

Declaration
public bool LimitUI { get; set; }
Property Value
Type Description
System.Boolean

RootCategory

Declaration
public int RootCategory { get; set; }
Property Value
Type Description
System.Int32

RootPage

Declaration
public int RootPage { get; set; }
Property Value
Type Description
System.Int32

SiteAssetsFolder

Declaration
public int SiteAssetsFolder { get; set; }
Property Value
Type Description
System.Int32

StartPage

Declaration
public int StartPage { get; set; }
Property Value
Type Description
System.Int32

UIDefaults

Declaration
public CmsUIDefaults UIDefaults { get; set; }
Property Value
Type Description
CmsUIDefaults

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

WastebasketPage

Declaration
public int WastebasketPage { get; set; }
Property Value
Type Description
System.Int32

Extension Methods