GenericObject GetSnapshotObjectAsync Method (String)Qlik Sense .NET SDK - API Reference

Returns the type of the object and the corresponding handle.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<GenericBookmark> GetSnapshotObjectAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask GenericBookmark 

Implements

IGenericObject GetSnapshotObjectAsync(String)
See Also