TopicWizard 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 TopicWizard : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    TopicWizard

Constructors

TopicWizardInitializes a new instance of the TopicWizard class

Properties

Helps List of help contents
IsCreate True if the user is creating a HelpDto
IsOpen Gets or sets a value indicating whether the component is open.
Language Gets or sets the language code to use for localization or content rendering.
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)
ShowTips Indicates whether to show tips for editing the help content.

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
ShowPageModalAsync Show the modal to add new page
ShowTopicWizardAsync Show the modal to add new topic

See Also