Click or drag to resize
IAppDestroyDraftAsyncT Method (AsyncHandle, FuncResponse, T, 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<T> DestroyDraftAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string id,
	string sourceId
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
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).

Type Parameters

T

Return Value

Type: TaskT
See Also