API Reference
TablerFileSecureMessageFormSettings
Settings sub-builder for TablerFileSecureMessageForm.
Inheritance
- Object
- TablerFileSecureMessageFormSettings
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 TablerFileSecureMessageFormSettings.AddPayloadHighlightLanguage
- Method TablerFileSecureMessageFormSettings.Card
- Method TablerFileSecureMessageFormSettings.ClientSideEncryption
- Method TablerFileSecureMessageFormSettings.EditorText
- Method TablerFileSecureMessageFormSettings.Expiry
- Method TablerFileSecureMessageFormSettings.GeneratedLink
- Method TablerFileSecureMessageFormSettings.OneTimeReveal
- Method TablerFileSecureMessageFormSettings.PasswordRequired
- Method TablerFileSecureMessageFormSettings.PayloadHighlighting
- Method TablerFileSecureMessageFormSettings.PayloadHighlightLanguage
- Method TablerFileSecureMessageFormSettings.PayloadHighlightLanguageLabel
- Method TablerFileSecureMessageFormSettings.PayloadHighlightLanguageSelector
- Method TablerFileSecureMessageFormSettings.RecipientText
- Method TablerFileSecureMessageFormSettings.ReturnUrl
- Method TablerFileSecureMessageFormSettings.RevealPreview
- Method TablerFileSecureMessageFormSettings.SubmitText
Accepted by parameters
Methods
public TablerFileSecureMessageFormSettings AddPayloadHighlightLanguage(String text, String language, Boolean selected = false) #TablerFileSecureMessageFormSettingsAdds a Prism language option to the payload editor picker.
Parameters
- text System.String
- language System.String
- selected System.Boolean = false
public TablerFileSecureMessageFormSettings Card(Boolean show = true) #TablerFileSecureMessageFormSettingsControls the outer card wrapper.
Parameters
- show System.Boolean = true
public TablerFileSecureMessageFormSettings ClientSideEncryption(Boolean enabled = true) #TablerFileSecureMessageFormSettingsSets the default encryption-policy checkbox state; the host service performs encryption.
Parameters
- enabled System.Boolean = true
public TablerFileSecureMessageFormSettings EditorText(String label, String placeholder) #TablerFileSecureMessageFormSettingsSets editor label and placeholder.
Parameters
- label System.String
- placeholder System.String
public TablerFileSecureMessageForm End() #TablerFileSecureMessageFormReturns the root form.
public TablerFileSecureMessageFormSettings Expiry(String value) #TablerFileSecureMessageFormSettingsSets selected expiry option value.
Parameters
- value System.String
public TablerFileSecureMessageFormSettings GeneratedLink(String link) #TablerFileSecureMessageFormSettingsSets the generated/copyable link shown in demos and post-create pages.
Parameters
- link System.String
public TablerFileSecureMessageFormSettings OneTimeReveal(Boolean enabled = true) #TablerFileSecureMessageFormSettingsSets default one-time reveal state.
Parameters
- enabled System.Boolean = true
public TablerFileSecureMessageFormSettings PasswordRequired(Boolean enabled = true) #TablerFileSecureMessageFormSettingsSets default password-required state.
Parameters
- enabled System.Boolean = true
public TablerFileSecureMessageFormSettings PayloadHighlighting(Boolean enabled = true) #TablerFileSecureMessageFormSettingsControls Prism-backed payload highlighting for script and text editors.
Parameters
- enabled System.Boolean = true
public TablerFileSecureMessageFormSettings PayloadHighlightLanguage(String language) #TablerFileSecureMessageFormSettingsSets the Prism language used by the highlighted payload editor.
Parameters
- language System.String
public TablerFileSecureMessageFormSettings PayloadHighlightLanguageLabel(String label) #TablerFileSecureMessageFormSettingsSets the visible label for the Prism language picker.
Parameters
- label System.String
public TablerFileSecureMessageFormSettings PayloadHighlightLanguageSelector(Boolean show = true) #TablerFileSecureMessageFormSettingsControls the visible Prism language picker above the payload editor.
Parameters
- show System.Boolean = true
public TablerFileSecureMessageFormSettings RecipientText(String label, String placeholder) #TablerFileSecureMessageFormSettingsSets recipient select label and placeholder.
Parameters
- label System.String
- placeholder System.String
public TablerFileSecureMessageFormSettings ReturnUrl(String returnUrl) #TablerFileSecureMessageFormSettingsSets the URL submitted for post-create redirects in server-rendered flows.
Parameters
- returnUrl System.String
public TablerFileSecureMessageFormSettings RevealPreview(String title, String text) #TablerFileSecureMessageFormSettingsSets the reveal preview title and body.
Parameters
- title System.String
- text System.String
public TablerFileSecureMessageFormSettings SubmitText(String text) #TablerFileSecureMessageFormSettingsSets submit button text.
Parameters
- text System.String