HtmlForgeX

API Reference

Class

TablerFileServiceEvidenceHistorySettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerFileServiceEvidenceHistory.

Inheritance

  • Object
  • TablerFileServiceEvidenceHistorySettings

Usage

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

Accepted by parameters

Methods

public TablerFileServiceEvidenceHistorySettings Card(Boolean show = true) #
Returns: TablerFileServiceEvidenceHistorySettings

Renders without the outer card wrapper.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileServiceEvidenceHistorySettings Empty(String title, String description = null) #
Returns: TablerFileServiceEvidenceHistorySettings

Sets empty-state title and optional description.

Parameters

title System.String requiredposition: 0
description System.String = null optionalposition: 1
public TablerFileServiceEvidenceHistory End() #
Returns: TablerFileServiceEvidenceHistory

Returns the root history component.

public TablerFileServiceEvidenceHistorySettings MaxItems(Nullable<Int32> count) #
Returns: TablerFileServiceEvidenceHistorySettings

Limits rendered history rows. Pass null for all rows.

Parameters

count System.Nullable{System.Int32} requiredposition: 0
public TablerFileServiceEvidenceHistorySettings NewestFirst(Boolean enable = true) #
Returns: TablerFileServiceEvidenceHistorySettings

Controls whether newest events appear first.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerFileServiceEvidenceHistorySettings TimeFormat(String format) #
Returns: TablerFileServiceEvidenceHistorySettings

Sets the audit time format string.

Parameters

format System.String requiredposition: 0