HtmlForgeX

API Reference

Class

TablerServiceConfigRestoreWorkbench

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Typed service-restore workbench with remote mailbox search, retained-contact selection, plan review, preflight, and apply actions.

Inheritance

  • Element
  • TablerServiceConfigRestoreWorkbench

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public TablerServiceConfigRestoreWorkbench() #

Methods

public TablerServiceConfigRestoreWorkbench AddMode(String value, String label, Boolean selected = false) #
Returns: TablerServiceConfigRestoreWorkbench

Adds a restore mode available to operators.

Parameters

value System.String requiredposition: 0
label System.String requiredposition: 1
selected System.Boolean = false optionalposition: 2
public TablerServiceConfigRestoreWorkbench Endpoints(Action<TablerServiceConfigRestoreWorkbenchEndpoints> configure) #
Returns: TablerServiceConfigRestoreWorkbench

Configures management endpoints used by the restore workbench.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigRestoreWorkbenchEndpoints} requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigRestoreWorkbench Settings(Action<TablerServiceConfigRestoreWorkbenchSettings> configure) #
Returns: TablerServiceConfigRestoreWorkbench

Groups display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigRestoreWorkbenchSettings} requiredposition: 0
public TablerServiceConfigRestoreWorkbench Title(String title, String subtitle = null) #
Returns: TablerServiceConfigRestoreWorkbench

Sets the workbench title and optional supporting text.

Parameters

title System.String requiredposition: 0
subtitle System.String = null optionalposition: 1
public override String ToString() #
Returns: String