Class WebTemplateJson  
  
  
    - Namespace
- Raytha.Application.Themes.WebTemplates
- Assembly
- Raytha.Application.dll
 
  
  
  
    public class WebTemplateJson
   
  
    - Inheritance
- 
      
      WebTemplateJson 
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Properties
  
  
  AllowAccessForNewContentTypes
  
  
  
  
  
    public bool AllowAccessForNewContentTypes { get; init; }
   
  Property Value
  
    - bool
  Content
  
  
  
  
  
    public required string Content { get; init; }
   
  Property Value
  
    - string
  DeveloperName
  
  
  
  
  
    public required string DeveloperName { get; init; }
   
  Property Value
  
    - string
  IsBaseLayout
  
  
  
  
  
    public bool IsBaseLayout { get; init; }
   
  Property Value
  
    - bool
  IsBuiltInTemplate
  
  
  
  
  
    public bool IsBuiltInTemplate { get; init; }
   
  Property Value
  
    - bool
  Label
  
  
  
  
  
    public required string Label { get; init; }
   
  Property Value
  
    - string
  ParentTemplateDeveloperName
  
  
  
  
  
    public string? ParentTemplateDeveloperName { get; init; }
   
  Property Value
  
    - string
Methods
  
  
  GetProjection()
  
  
  
  
  
    public static Expression<Func<WebTemplate, WebTemplateJson>> GetProjection()
   
  Returns
  
    - Expression<Func<WebTemplate, WebTemplateJson>>
  GetProjection(WebTemplate)
  
  
  
  
  
    public static WebTemplateJson GetProjection(WebTemplate entity)
   
  Parameters
  
    - entityWebTemplate
Returns
  
    - WebTemplateJson