Class TextTemplateManagementOptions
Inheritance
TextTemplateManagementOptions
Assembly: Volo.Abp.TextTemplateManagement.Domain.dll
Syntax
public class TextTemplateManagementOptions
Constructors
TextTemplateManagementOptions()
Declaration
public TextTemplateManagementOptions()
Properties
IsDynamicTemplateStoreEnabled
Declaration
public bool IsDynamicTemplateStoreEnabled { get; set; }
Property Value
MinimumCacheDuration
Declaration
public TimeSpan MinimumCacheDuration { get; set; }
Property Value
SaveStaticTemplatesToDatabase
Declaration
public bool SaveStaticTemplatesToDatabase { get; set; }
Property Value
Extension Methods