IApplicationOpenDocumentAsync Method (String, Boolean)

Opens a document

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

Parameters

uri
Type: SystemString
The URI path to the document file
allowUserInteraction
Type: SystemBoolean
A value indicating whether user interaction is allowed

Return Value

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