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

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
Task<bool> DestroyDraftAsync(
	string id,
	string sourceId,
	AsyncHandle asyncHandle = null
)

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).
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskBoolean
See Also