Table of Contents

Class PortalPageModel

Namespace
InSite.Persistence.Content
Assembly
InSite.Persistence.dll
public class PortalPageModel
Inheritance
PortalPageModel
Inherited Members

Constructors

PortalPageModel()

public PortalPageModel()

Properties

Body

public string Body { get; set; }

Property Value

string

Control

public string Control { get; set; }

Property Value

string

Counter

public string Counter { get; set; }

Property Value

string

CssClass

public string CssClass { get; set; }

Property Value

string

EditLinkUrl

public string EditLinkUrl { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

IconHtml

public string IconHtml { get; set; }

Property Value

string

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Language

public string Language { get; set; }

Property Value

string

LastUpdated

public string LastUpdated { get; set; }

Property Value

string

NavigateUrl

public string NavigateUrl { get; set; }

Property Value

string

Page

public QPage Page { get; set; }

Property Value

QPage

ParentNavigateUrl

public string ParentNavigateUrl { get; set; }

Property Value

string

ParentTitle

public string ParentTitle { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

Progress

public string Progress { get; set; }

Property Value

string

SupportUrl

public string SupportUrl { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Methods

SetEditLinkUrl(bool, bool, bool, string)

public void SetEditLinkUrl(bool isAuthenticated, bool isOperator, bool hasWriteAccess, string appUrl)

Parameters

isAuthenticated bool
isOperator bool
hasWriteAccess bool
appUrl string

SetIconHtml()

public void SetIconHtml()