Represents a Page used by a Portal.
Implements I_ISDirty, I_ISUndoableEdit

Methods

Name Description
AcceptChanges System Use Only
BeginEdit System Use Only
CancelEdit System Use Only
Clear Clears this object and sets all of its properties to their defaults.
Clone Create a Clone of this item.
CodeDecrypt Decrypt the Script Code.
CodeEncrypt Encrypt the Script Code.
CodeExport Export Script Code to a File.
CodeHash Return a hash of the code, useful to compare two scripts.
CodeImport Import Script Code from a File.
CompileForTesting Obsolete Attempt to Compile the Script Code.
CompileScriptForTesting Attempt to Compile the Script Code.
DirtyClear System Use Only
DirtySet System Use Only
ExecuteHtmlWidget Execute an HTML Widget type script since a Portal Page is basically the same as an HTML Widget.
FromXmlString Loads Page from an XML String.
GetPageContentResolved Get Page Content Resolved.
GetTemplateCode
GetTemplateHtml Get Template HTML for a Portal Page.
HasPermissionToView
IsModalPage Indicates whether this page is prefixed or suffixed by the word 'modal' indicating it will likely be used as a Modal page..
IsSpecialPage Indicates whether this is a 'Special' page, e.g., LOGIN.
ToXmlString Persists Portal Page to an XML string.

Properties

Name Description
Active Indicates whether this Page is Active and should be included when the Page Set is loaded into a finPortalHandler object.
AllowAnonymous Indicates whether this Page should allow Anonymous (unauthenticated) access, regardless of the Portal's Authentication Method.
AutoBackupKey Read-Only System Use Only The Key that identifies this item for auto-backup purposes.
Bookmarks A comma separated list of line numbers which are Bookmarked in the Code.
Code The Script Code.
HasScript Read-Only Indicates whether this Portal Page has Script code to use.
IsDirty Read-Only Indicates whether this object has been modified since being created, loaded or refreshed.
IsEncrypted Read-Only Indicates whether the Script Code is Encrypted.
PageContent Page Content.
PageContentBookmarks A comma separated list of line numbers which are Bookmarked in the Page Content.
PageId A unique Code that identifies this Page.
Parent The parent Pages collection for this Page.
PartialPage Indicates whether this is a Partial Page.
Portal Read-Only The parent Portal for this Page.
ResourceCssSummaryPage2 Indicates whether an HTML Widget requires the Summary Page (Version 2) Stylesheet.
ResourceCssSummaryPage2Resolved Read-Only Indicates whether an HTML Widget requires the Summary Page (Version 2) Stylesheet.
ResourceCssWidget Indicates whether an HTML Widget requires the Widget Stylesheet.
ResourceCssWidgetResolved Read-Only Indicates whether to include the HTML Widget Stylesheets.
ResourceJQuery Indicates whether an HTML Widget requires jQuery.
ResourceJQueryResolved Read-Only Indicates whether an HTML Widget requires jQuery.
ResourceJQueryVersion The jQuery Version to use for HTML Widgets.
ResourceJQueryVersionResolved Read-Only The jQuery Version to use for HTML Widgets.
SiteMapExclude Indicates whether this Page should be excluded from the Portal's Site Map, e.g., ignored when building any Menus.
SiteMapExcludeResolved Read-Only Indicates whether this Page should be excluded from the Portal's Site Map, e.g., ignored when building any Menus.
SiteMapHeadingOnly Indicates whether this Page is a Heading Only for the Site Map (e.g., when building any Menus) and is not a true Page.
SiteMapIndent The Indent level for the Portal's Site Map, e.g., when building any Menus.
Summary The Summary Text to display for this Page.
Tag1 Custom Tag 1.
Tag2 Custom Tag 2.
Tag3 Custom Tag 3.
Title The Title of this Page.
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0