Share document
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax string Share(
DocumentInfo document,
DateTime? endDate = null,
int? maxDownloadTimes = null
)
Parameters
- document
- Type: Casewhere.SystemTypesDocumentInfo
The document information. - endDate (Optional)
- Type: SystemNullableDateTime
Time to deactivate the shared token - maxDownloadTimes (Optional)
- Type: SystemNullableInt32
Deactivate the shared token when reaching the max value
Return Value
Type:
StringA shared token
See Also