| AppCreateDraftAsync Method (String, AsyncHandle) | 
Creates a draft of an object.
This method can be used to create a draft of a sheet that is published. This is a way to continue working on a sheet that is published.
The draft can replace the published sheet by invoking the CommitDraft method.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<string> CreateDraftAsync(
	string id,
	AsyncHandle asyncHandle = null
)
Public Function CreateDraftAsync ( 
	id As String,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of String)
Parameters
- id
 - Type: SystemString
Identifier of the object to create a draft from. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskStringImplements
IAppCreateDraftAsync(String, AsyncHandle)
See Also