Click or drag to resize
AppDestroyDraft Method

Removes the draft of an object.

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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool DestroyDraft(
	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: Boolean

Implements

IAppDestroyDraft(String, String)
See Also