API Reference
Class
TablerFileShareLinkItemBuilder
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.
Returned or exposed by
- Method TablerFileShareLinkItemBuilder.ExpiresIn
- Method TablerFileShareLinkItemBuilder.Meta
- Method TablerFileShareLinkItemBuilder.OneTimeDownload
- Method TablerFileShareLinkItemBuilder.PasswordProtected
- Method TablerFileShareLinkItemBuilder.Recipient
- Method TablerFileShareLinkItemBuilder.RevokeAction
- Method TablerFileShareLinkItemBuilder.RevokeAntiForgery
- Method TablerFileShareLinkItemBuilder.Revoked
- Method TablerFileShareLinkItemBuilder.RevokeReason
- Method TablerFileShareLinkItemBuilder.RevokeReturnUrl
- Method TablerFileShareLinkItemBuilder.RevokeText
Accepted by parameters
Methods
public TablerFileShareLinkItemBuilder ExpiresIn(String text) #Returns:
TablerFileShareLinkItemBuilderSets expiry label.
Parameters
- text System.String
public TablerFileShareLinkItemBuilder Meta(String text) #Returns:
TablerFileShareLinkItemBuilderSets meta text under recipient.
Parameters
- text System.String
public TablerFileShareLinkItemBuilder OneTimeDownload(Boolean value = true) #Returns:
TablerFileShareLinkItemBuilderMarks whether the link can be used once.
Parameters
- value System.Boolean = true
public TablerFileShareLinkItemBuilder PasswordProtected(Boolean value = true) #Returns:
TablerFileShareLinkItemBuilderMarks whether a password protects the link.
Parameters
- value System.Boolean = true
public TablerFileShareLinkItemBuilder Recipient(String text) #Returns:
TablerFileShareLinkItemBuilderSets recipient/person/group text.
Parameters
- text System.String
public TablerFileShareLinkItemBuilder RevokeAction(String action) #Returns:
TablerFileShareLinkItemBuilderEnables a row-level revoke form for this link.
Parameters
- action System.String
public TablerFileShareLinkItemBuilder RevokeAntiForgery(String token, String fieldName = "csrf") #Returns:
TablerFileShareLinkItemBuilderSets per-row anti-forgery values for the revoke form.
Parameters
- token System.String
- fieldName System.String = "csrf"
public TablerFileShareLinkItemBuilder Revoked(Boolean value = true) #Returns:
TablerFileShareLinkItemBuilderMarks whether the link has been revoked.
Parameters
- value System.Boolean = true
public TablerFileShareLinkItemBuilder RevokeReason(String name = "reason", String label = "Revocation reason", String placeholder = "Optional reason", Int32 maxLength = 200) #Returns:
TablerFileShareLinkItemBuilderSets the revoke reason input name, label, placeholder, and maximum length.
Parameters
- name System.String = "reason"
- label System.String = "Revocation reason"
- placeholder System.String = "Optional reason"
- maxLength System.Int32 = 200
public TablerFileShareLinkItemBuilder RevokeReturnUrl(String returnUrl) #Returns:
TablerFileShareLinkItemBuilderSets the return URL submitted with the revoke form.
Parameters
- returnUrl System.String
public TablerFileShareLinkItemBuilder RevokeText(String text) #Returns:
TablerFileShareLinkItemBuilderSets revoke button text.
Parameters
- text System.String