IApplicationOpenDocumentAsync Method (FileStream, Boolean)

Opens a document from a FileStream

Namespace:  TSD.API.Remoting
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IDocument> OpenDocumentAsync(
	FileStream file,
	bool allowUserInteraction
)

Parameters

file
Type: System.IOFileStream
The FileStream
allowUserInteraction
Type: SystemBoolean
A value indicating whether user interaction is allowed

Return Value

Type: TaskIDocument
TSD.API.Remoting.Document
See Also