Click or drag to resize

DocumentApiShare Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DocumentApi.Share(Casewhere.SystemTypes.DocumentInfo,System.Nullable{System.DateTime},System.Nullable{System.Int32})"]


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public string Share(
	DocumentInfo document,
	DateTime? endDate = null,
	int? maxDownloadTimes = null
)

Parameters

document  DocumentInfo
 
endDate  NullableDateTime  (Optional)
 
maxDownloadTimes  NullableInt32  (Optional)
 

Return Value

String

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DocumentApi.Share(Casewhere.SystemTypes.DocumentInfo,System.Nullable{System.DateTime},System.Nullable{System.Int32})"]

Implements

IDocumentApiShare(DocumentInfo, NullableDateTime, NullableInt32)
See Also