Class PageTemplateModule
- Namespace
- Oqtane.Models
- Assembly
- Oqtane.Shared.dll
public class PageTemplateModule
- Inheritance
-
PageTemplateModule
Constructors
PageTemplateModule()
public PageTemplateModule()
Properties
ContainerType
public string ContainerType { get; set; }
Property Value
- string
Content
public string Content { get; set; }
Property Value
- string
IsDeleted
public bool IsDeleted { get; set; }
Property Value
- bool
ModuleDefinitionName
public string ModuleDefinitionName { get; set; }
Property Value
- string
ModulePermissions
[Obsolete("The ModulePermissions property is deprecated. Use PermissionList instead", false)]
public string ModulePermissions { get; set; }
Property Value
- string
Order
public int Order { get; set; }
Property Value
- int
Pane
public string Pane { get; set; }
Property Value
- string
PermissionList
public List<Permission> PermissionList { get; set; }
Property Value
- List<Permission>
Title
public string Title { get; set; }
Property Value
- string