IDocumentCloseAsync Method

Closes the document

Namespace:  TSD.API.Remoting.Document
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task CloseAsync(
	bool force
)

Parameters

force
Type: SystemBoolean
Force closing of dirty document without user interaction

Return Value

Type: Task
A task that represents the work
See Also