CustomPageContent Class

Contains the content of the help item

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.CustomPages
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class CustomPageContent : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    CustomPageContent

Constructors

CustomPageContentInitializes a new instance of the CustomPageContent class

Properties

CustomPage The CustomPageDto object
DeletePage Event callback that deletes the current page.
Dialog Confirm dialog
EditPage Event callback that opens the page modal for editing.
IsSortingEnabled Indicates whether the user has enabled sorting for the content segments.
NavItems Breadcrumb navigation items for the page.
RequiredPermissionsForManage Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage)
RequiredPermissionsForView Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView)

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
OnInitializedAsync Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
(Overrides ComponentBaseOnInitializedAsync)
OnParametersSetAsync Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
(Overrides MtBaseComponentOnParametersSetAsync)
RevertToOriginalState Reverts the sorting of the content segments to the original order.
ToggleSectionEditor Toggles the display of the editor.

See Also