Class GlobalCmsKitFeatures
Inheritance
GlobalCmsKitFeatures
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public class GlobalCmsKitFeatures : GlobalModuleFeatures
Constructors
GlobalCmsKitFeatures(GlobalFeatureManager)
Declaration
public GlobalCmsKitFeatures(GlobalFeatureManager featureManager)
Parameters
Fields
ModuleName
Declaration
public const string ModuleName = "CmsKit"
Field Value
Properties
BlogPostScrollIndex
Declaration
public BlogPostScrollIndexFeature BlogPostScrollIndex { get; }
Property Value
Blogs
Declaration
public BlogsFeature Blogs { get; }
Property Value
Declaration
public CommentsFeature Comments { get; }
Property Value
GlobalResources
Declaration
public GlobalResourcesFeature GlobalResources { get; }
Property Value
MarkedItemsFeature
Declaration
public MarkedItemsFeature MarkedItemsFeature { get; }
Property Value
Declaration
public MediaFeature Media { get; }
Property Value
Declaration
public MenuFeature Menu { get; }
Property Value
Pages
Declaration
public PagesFeature Pages { get; }
Property Value
Ratings
Declaration
public RatingsFeature Ratings { get; }
Property Value
Reactions
Declaration
public ReactionsFeature Reactions { get; }
Property Value
Declaration
public TagsFeature Tags { get; }
Property Value
User
Declaration
public CmsUserFeature User { get; }
Property Value
Extension Methods