HtmlForgeX

API Reference

Class

TablerFileTransferInspector

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Admin/SecOps transfer inspector for quarantine, scan evidence, and release governance.

Inheritance

Usage

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

Accepted by parameters

Constructors

Methods

public TablerFileTransferInspector AddDetail(String label, String value) #
Returns: TablerFileTransferInspector

Adds a detail row.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
public TablerFileTransferInspector AddSignal(String label, String value, TablerColor color = Blue, TablerIconType icon = InfoCircle) #
Returns: TablerFileTransferInspector

Adds a prominent signal.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
color HtmlForgeX.TablerColor = Blue optionalposition: 2
icon HtmlForgeX.TablerIconType = InfoCircle optionalposition: 3
public TablerFileTransferInspector ApprovalForm(Boolean show = true) #
Returns: TablerFileTransferInspector
EditorBrowsable(2)

Shows or hides the release approval form.

Parameters

show System.Boolean = true optionalposition: 0
RegisterLibraries() #
public TablerFileTransferInspector Settings(Action<TablerFileTransferInspectorSettings> configure) #
Returns: TablerFileTransferInspector

Groups less-common display options under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerFileTransferInspectorSettings} requiredposition: 0
public TablerFileTransferInspector Subtitle(String subtitle) #
Returns: TablerFileTransferInspector

Sets subtitle.

Parameters

subtitle System.String requiredposition: 0
public TablerFileTransferInspector Title(String title) #
Returns: TablerFileTransferInspector

Sets title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String