Click or drag to resize

DocumentApiStore(DocumentInfo, Stream) Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DocumentApi.Store(Casewhere.SystemTypes.DocumentInfo,System.IO.Stream)"]


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public void Store(
	DocumentInfo document,
	Stream stream
)

Parameters

document  DocumentInfo
 
stream  Stream
 

Implements

IDocumentApiStore(DocumentInfo, Stream)
See Also