HtmlForgeX

API Reference

Class

TablerFileShareLinkItemBuilder

Namespace HtmlForgeX.TablerFileShareLinkList
Assembly HtmlForgeX
Modifiers sealed

Fluent row builder for TablerFileShareLinkList.

Inheritance

  • Object
  • TablerFileShareLinkItemBuilder

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 TablerFileShareLinkItemBuilder ExpiresIn(String text) #
Returns: TablerFileShareLinkItemBuilder

Sets expiry label.

Parameters

text System.String requiredposition: 0
public TablerFileShareLinkItemBuilder Meta(String text) #
Returns: TablerFileShareLinkItemBuilder

Sets meta text under recipient.

Parameters

text System.String requiredposition: 0
public TablerFileShareLinkItemBuilder OneTimeDownload(Boolean value = true) #
Returns: TablerFileShareLinkItemBuilder

Marks whether the link can be used once.

Parameters

value System.Boolean = true optionalposition: 0
public TablerFileShareLinkItemBuilder PasswordProtected(Boolean value = true) #
Returns: TablerFileShareLinkItemBuilder

Marks whether a password protects the link.

Parameters

value System.Boolean = true optionalposition: 0
public TablerFileShareLinkItemBuilder Recipient(String text) #
Returns: TablerFileShareLinkItemBuilder

Sets recipient/person/group text.

Parameters

text System.String requiredposition: 0
public TablerFileShareLinkItemBuilder RevokeAction(String action) #
Returns: TablerFileShareLinkItemBuilder

Enables a row-level revoke form for this link.

Parameters

action System.String requiredposition: 0
public TablerFileShareLinkItemBuilder RevokeAntiForgery(String token, String fieldName = "csrf") #
Returns: TablerFileShareLinkItemBuilder

Sets per-row anti-forgery values for the revoke form.

Parameters

token System.String requiredposition: 0
fieldName System.String = "csrf" optionalposition: 1
public TablerFileShareLinkItemBuilder Revoked(Boolean value = true) #
Returns: TablerFileShareLinkItemBuilder

Marks whether the link has been revoked.

Parameters

value System.Boolean = true optionalposition: 0
public TablerFileShareLinkItemBuilder RevokeReason(String name = "reason", String label = "Revocation reason", String placeholder = "Optional reason", Int32 maxLength = 200) #
Returns: TablerFileShareLinkItemBuilder

Sets the revoke reason input name, label, placeholder, and maximum length.

Parameters

name System.String = "reason" optionalposition: 0
label System.String = "Revocation reason" optionalposition: 1
placeholder System.String = "Optional reason" optionalposition: 2
maxLength System.Int32 = 200 optionalposition: 3
public TablerFileShareLinkItemBuilder RevokeReturnUrl(String returnUrl) #
Returns: TablerFileShareLinkItemBuilder

Sets the return URL submitted with the revoke form.

Parameters

returnUrl System.String requiredposition: 0
public TablerFileShareLinkItemBuilder RevokeText(String text) #
Returns: TablerFileShareLinkItemBuilder

Sets revoke button text.

Parameters

text System.String requiredposition: 0