App GetMatchingFieldsAsync Method (IEnumerable String , String)Qlik Sense .NET SDK - API Reference

Retrieves any fields that match all the specified tags in the data model of an app.

Tags set by Qlik Sense are prefixed by the $ sign.

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

public Task<IEnumerable<NxMatchingFieldInfo>> GetMatchingFieldsAsync(
	IEnumerable<string> tags,
	string userHandle = null
)

Parameters

tags
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
List of tags. The GetMatchingFields method looks for fields that match all of the tags in this list.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask OnlineIEnumerable NxMatchingFieldInfo  

Implements

IApp GetMatchingFieldsAsync(IEnumerable String , String)
See Also