| AppCommitDraftAsync Method (String) |
Commits the draft of an object that was previously created by invoking the CreateDraft method.
Committing a draft replaces the corresponding published object.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task CommitDraftAsync(
string id
)
Public Function CommitDraftAsync (
id As String
) As Task
Parameters
- id
- Type: SystemString
Identifier of the draft to commit.
Return Value
Type:
TaskImplements
IAppCommitDraftAsync(String)
See Also