IDocument ApiSecure Share Method
Share document with more secured parameters
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
A shared token
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
string SecureShare(
DocumentInfo document,
DateTime? endDate = null,
int? maxDownloadTimes = null,
List<string> whitelistedIps = 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
- whitelistedIps ListString (Optional)
- A list of IP addresses that are allowed to access the shared document
Return Value
StringA shared token