Click or drag to resize
IAppCreateDraftAsyncT Method (AsyncHandle, FuncResponse, T, String)

Creates a draft of an object.

This method can be used to create a draft of a sheet or a story that is published. This is a way to continue working on a sheet or a story that is published.

Replace the published object by the content of the draft by invoking the CommitDraft method.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> CreateDraftAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	string id
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
id
Type: SystemString
Identifier of the object to create a draft from.

Type Parameters

T

Return Value

Type: TaskT
See Also