Class RestoreTemplateContentInput
Inheritance
RestoreTemplateContentInput
Assembly: Volo.Abp.TextTemplateManagement.Application.Contracts.dll
Syntax
public class RestoreTemplateContentInput
Constructors
RestoreTemplateContentInput()
Declaration
public RestoreTemplateContentInput()
Properties
CultureName
Declaration
[DynamicStringLength(typeof(TextTemplateConsts), "MaxCultureNameLength", null)]
public string CultureName { get; set; }
Property Value
TemplateName
Declaration
[Required]
[DynamicStringLength(typeof(TextTemplateConsts), "MaxNameLength", null)]
public string TemplateName { get; set; }
Property Value
Extension Methods