Class BlogFeatureInputDto
Inherited Members
Namespace: Volo.CmsKit.Admin.Blogs
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public class BlogFeatureInputDto
Constructors
BlogFeatureInputDto()
Declaration
public BlogFeatureInputDto()
Properties
FeatureName
Declaration
[Required]
public string FeatureName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |