API Reference
Class
TablerFileShareDownloadListSettings
Advanced display and protected-download settings for TablerFileShareDownloadList.
Inheritance
- Object
- TablerFileShareDownloadListSettings
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
Accepted by parameters
Methods
public TablerFileShareDownloadListSettings DownloadText(String text) #Returns:
TablerFileShareDownloadListSettingsSets default download button text.
Parameters
- text System.String
public TablerFileShareDownloadListSettings Empty(String title, String description = null) #Returns:
TablerFileShareDownloadListSettingsSets empty-state title and optional description.
Parameters
- title System.String
- description System.String = null
public TablerFileShareDownloadList End() #Returns:
TablerFileShareDownloadListReturns the root download list.
public TablerFileShareDownloadListSettings ProtectedDownloads(String csrfToken, String shareAccessGrant = null, String csrfFieldName = "csrf", String shareAccessGrantFieldName = "shareAccessGrant") #Returns:
TablerFileShareDownloadListSettingsConfigures protected download posts with a server-issued access grant.
Parameters
- csrfToken System.String
- shareAccessGrant System.String = null
- csrfFieldName System.String = "csrf"
- shareAccessGrantFieldName System.String = "shareAccessGrant"