Click or drag to resize

DocumentApiSecureShare 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})"]


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.7.0
Syntax
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})"]

Implements

IDocumentApiSecureShare(DocumentInfo, NullableDateTime, NullableInt32, ListString)
See Also