Document ApiSecure Share Method
[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DocumentApi.SecureShare(Casewhere.SystemTypes.DocumentInfo,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Collections.Generic.List{System.String})"]
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public string SecureShare(
DocumentInfo document,
DateTime? endDate = null,
int? maxDownloadTimes = null,
List<string> whitelistedIps = null
)Parameters
- document DocumentInfo
- endDate NullableDateTime (Optional)
- maxDownloadTimes NullableInt32 (Optional)
- whitelistedIps ListString (Optional)
Return Value
String[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DocumentApi.SecureShare(Casewhere.SystemTypes.DocumentInfo,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Collections.Generic.List{System.String})"]