Table of Contents

Class PageTemplate

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll
public class PageTemplate
Inheritance
PageTemplate

Constructors

PageTemplate()

public PageTemplate()

Properties

AliasName

public string AliasName { get; set; }

Property Value

string

BodyContent

public string BodyContent { get; set; }

Property Value

string

DefaultContainerType

public string DefaultContainerType { get; set; }

Property Value

string

EditMode

[Obsolete("This property is obsolete", false)]
public bool EditMode { get; set; }

Property Value

bool

HeadContent

public string HeadContent { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

IsClickable

public bool IsClickable { get; set; }

Property Value

bool

IsDeleted

public bool IsDeleted { get; set; }

Property Value

bool

IsNavigation

public bool IsNavigation { get; set; }

Property Value

bool

IsPersonalizable

public bool IsPersonalizable { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int

PagePermissions

[Obsolete("The PagePermissions property is deprecated. Use PermissionList instead", false)]
public string PagePermissions { get; set; }

Property Value

string

PageTemplateModules

public List<PageTemplateModule> PageTemplateModules { get; set; }

Property Value

List<PageTemplateModule>

Parent

public string Parent { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

PermissionList

public List<Permission> PermissionList { get; set; }

Property Value

List<Permission>

ThemeType

public string ThemeType { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Update

public bool Update { get; set; }

Property Value

bool

Url

public string Url { get; set; }

Property Value

string

Version

public string Version { get; set; }

Property Value

string