IDocumentSaveToAsync Method

Saves the document to given path

Namespace:  TSD.API.Remoting.Document
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task SaveToAsync(
	string path,
	bool coreOnly
)

Parameters

path
Type: SystemString
The path to save the document to
coreOnly
Type: SystemBoolean
True if only the core model should be saved (without generated data)

Return Value

Type: Task
A task that represents the work
See Also