IApplicationCreateDocumentAsync Method

Creates a new document

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

Parameters

allowUserInteraction
Type: SystemBoolean
A value indicating whether user interaction is allowed

Return Value

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