Click or drag to resize

IDocumentApiShare Method

Note: This API is now obsolete.

Share document

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.7.0
Syntax
C#
[ObsoleteAttribute("This method is not safe. Please use SecureShare for more security.")]
string Share(
	DocumentInfo document,
	DateTime? endDate = null,
	int? maxDownloadTimes = null
)

Parameters

document  DocumentInfo
The document information.
endDate  NullableDateTime  (Optional)
Time to deactivate the shared token
maxDownloadTimes  NullableInt32  (Optional)
Deactivate the shared token when reaching the max value

Return Value

String
A shared token
See Also