Shows the properties of an object.
If the member delta is set to true in the request object, only the delta is retrieved.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<GenericBookmarkProperties> GetPropertiesAsync(
string userHandle = null
)
public Task<GenericBookmarkProperties> GetPropertiesAsync(
string userHandle = null
)
Public Function GetPropertiesAsync (
Optional userHandle As String = Nothing
) As Task(Of GenericBookmarkProperties)
Public Function GetPropertiesAsync (
Optional userHandle As String = Nothing
) As Task(Of GenericBookmarkProperties)
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task GenericBookmarkProperties Implements
IGenericBookmark GetPropertiesAsync(String)