PageInfoTemplate Property |
The platform Template to use for this page. The template's ID is
ComponentID.
The template should implement the
IPageTemplate interface (typically by deriving from
NetQuarry.TemplateKernel,
access to which requires referencing the
EAP.WebHost assembly).
Custom templates can be created, but generally the following platform-provided templates are used:
- TabbedSubformTemplate - Provides a horizontally split screen with a bottom pane presenting multiple tabs related to the data in the top pane.
- ExpandedSubformTemplate - Provides a horizontally split screen with a bottom pane vertically presenting multiple expandable items related to the data in the top pane.
- WizTemplate - Implements IWizardTemplate and provides a multi-page wizard typically used for creating one or more new items.
- ConsoleTemplate - Implements IConsoleTemplate and provides a user console with multiple data panes manipulable by the user.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Template { get; set; }
Public Property Template As String
Get
Set
Property Value
Type:
StringRemarks
Note that the page
Template should not be confused with a
Template object which is used
to manage a string fragment or file used to build a localized string for various uses.
See Also