DocumentApiShare Method

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

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
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