HelpContent Class

Contains the content of the help item

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.Helps
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public class HelpContent : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    HelpContent

Constructors

HelpContentInitializes a new instance of the HelpContent class

Properties

DeletePage Event callback that deletes the current page.
Dialog Confirm dialog
EditPage Event callback that opens the page modal for editing.
Help The HelpDto object
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)
SectionWizardModal Gets or sets the modal dialog used for section creation and editing within the wizard interface.
ShowTips Indicates whether to show tips for editing the help content.

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
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.

See Also