API Reference
Class
TablerFileServiceEvidenceHistorySettings
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.
Returned or exposed by
Accepted by parameters
Methods
public TablerFileServiceEvidenceHistorySettings Card(Boolean show = true) #Returns:
TablerFileServiceEvidenceHistorySettingsRenders without the outer card wrapper.
Parameters
- show System.Boolean = true
public TablerFileServiceEvidenceHistorySettings Empty(String title, String description = null) #Returns:
TablerFileServiceEvidenceHistorySettingsSets empty-state title and optional description.
Parameters
- title System.String
- description System.String = null
public TablerFileServiceEvidenceHistory End() #Returns:
TablerFileServiceEvidenceHistoryReturns the root history component.
public TablerFileServiceEvidenceHistorySettings MaxItems(Nullable<Int32> count) #Returns:
TablerFileServiceEvidenceHistorySettingsLimits rendered history rows. Pass null for all rows.
Parameters
- count System.Nullable{System.Int32}
public TablerFileServiceEvidenceHistorySettings NewestFirst(Boolean enable = true) #Returns:
TablerFileServiceEvidenceHistorySettingsControls whether newest events appear first.
Parameters
- enable System.Boolean = true
public TablerFileServiceEvidenceHistorySettings TimeFormat(String format) #Returns:
TablerFileServiceEvidenceHistorySettingsSets the audit time format string.
Parameters
- format System.String