HtmlForgeX

API Reference

Class

TablerFileServiceSendFormSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerFileServiceSendForm.

Inheritance

  • Object
  • TablerFileServiceSendFormSettings

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 TablerFileServiceSendFormSettings Accept(String accept) #
Returns: TablerFileServiceSendFormSettings

Restricts accepted file types/extensions.

Parameters

accept System.String requiredposition: 0
public TablerFileServiceSendFormSettings Card(Boolean show = true) #
Returns: TablerFileServiceSendFormSettings

Renders without the outer card wrapper.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileServiceSendForm End() #
Returns: TablerFileServiceSendForm

Returns the root form.

public TablerFileServiceSendFormSettings FileInputName(String name) #
Returns: TablerFileServiceSendFormSettings

Sets the file input name.

Parameters

name System.String requiredposition: 0
public TablerFileServiceSendFormSettings FolderInputName(String name) #
Returns: TablerFileServiceSendFormSettings

Sets the folder input name.

Parameters

name System.String requiredposition: 0
public TablerFileServiceSendFormSettings FolderPicker(Boolean enable = true) #
Returns: TablerFileServiceSendFormSettings

Shows or hides the folder picker.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerFileServiceSendFormSettings Layout(TablerFileServiceSendLayout layout) #
Returns: TablerFileServiceSendFormSettings

Sets the visual layout for the send form.

Parameters

layout HtmlForgeX.TablerFileServiceSendLayout requiredposition: 0
public TablerFileServiceSendFormSettings Message(Boolean show = true) #
Returns: TablerFileServiceSendFormSettings

Shows or hides the optional message field.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileServiceSendFormSettings Method(String method) #
Returns: TablerFileServiceSendFormSettings

Sets the form method. Defaults to POST.

Parameters

method System.String requiredposition: 0
public TablerFileServiceSendFormSettings Multiple(Boolean enable = true) #
Returns: TablerFileServiceSendFormSettings

Allows multiple file selection.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerFileServiceSendFormSettings RecipientText(String label, String placeholder) #
Returns: TablerFileServiceSendFormSettings

Sets recipient label and placeholder.

Parameters

label System.String requiredposition: 0
placeholder System.String requiredposition: 1
public TablerFileServiceSendFormSettings SearchableRecipients(Boolean enable = true) #
Returns: TablerFileServiceSendFormSettings

Enables searchable recipients.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerFileServiceSendFormSettings SelectedSummary(String text) #
Returns: TablerFileServiceSendFormSettings

Sets the selected-file summary text.

Parameters

text System.String requiredposition: 0
public TablerFileServiceSendFormSettings SubmitText(String text) #
Returns: TablerFileServiceSendFormSettings

Sets the submit button text.

Parameters

text System.String requiredposition: 0