Click or drag to resize
IAppCreateDraftAsync Method (AsyncHandle, 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<string> CreateDraftAsync(
	AsyncHandle asyncHandle,
	string id
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
id
Type: SystemString
Identifier of the object to create a draft from.

Return Value

Type: TaskString
See Also