Click or drag to resize
IAppDestroyDraftAsync Method (String, String)

Removes the draft of an object.

The children of the draft object (if any) are removed as well.

This method can be used to cancel the work on the draft of an object. For example, if you had created a draft of a sheet that is published, you might not want anymore to replace the published sheet.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<bool> DestroyDraftAsync(
	string id,
	string sourceId
)

Parameters

id
Type: SystemString
Identifier of the draft object to remove. This parameter is mandatory.
sourceId
Type: SystemString
Identifier of the source object (the object from which a draft was created).

Return Value

Type: TaskBoolean
See Also