API Reference
Class
TablerFileScanEvidenceFormSettings
Settings sub-builder for TablerFileScanEvidenceForm.
Inheritance
- Object
- TablerFileScanEvidenceFormSettings
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
- Method TablerFileScanEvidenceFormSettings.Card
- Method TablerFileScanEvidenceFormSettings.CountBounds
- Method TablerFileScanEvidenceFormSettings.Method
- Method TablerFileScanEvidenceFormSettings.ReturnUrl
- Method TablerFileScanEvidenceFormSettings.SubmitText
- Method TablerFileScanEvidenceFormSettings.SummaryText
Accepted by parameters
Methods
public TablerFileScanEvidenceFormSettings Card(Boolean show = true) #Returns:
TablerFileScanEvidenceFormSettingsRenders without the outer card wrapper.
Parameters
- show System.Boolean = true
public TablerFileScanEvidenceFormSettings CountBounds(Int32 maxDetections = 500, Int32 maxTotal = 500) #Returns:
TablerFileScanEvidenceFormSettingsSets max bounds for detections and total numeric inputs.
Parameters
- maxDetections System.Int32 = 500
- maxTotal System.Int32 = 500
public TablerFileScanEvidenceFormSettings Method(String method) #Returns:
TablerFileScanEvidenceFormSettingsSets the HTTP method. Defaults to POST.
Parameters
- method System.String
public TablerFileScanEvidenceFormSettings ReturnUrl(String returnUrl) #Returns:
TablerFileScanEvidenceFormSettingsSets the URL submitted for post-save redirects in server-rendered flows.
Parameters
- returnUrl System.String
public TablerFileScanEvidenceFormSettings SubmitText(String text) #Returns:
TablerFileScanEvidenceFormSettingsSets submit button text.
Parameters
- text System.String
public TablerFileScanEvidenceFormSettings SummaryText(String label, String placeholder = null) #Returns:
TablerFileScanEvidenceFormSettingsSets summary label and placeholder.
Parameters
- label System.String
- placeholder System.String = null