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

Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags.

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>> FindMatchingFieldsAsync(
	string fieldName,
	IEnumerable<string> tags,
	string userHandle = null
)

Parameters

fieldName
Type: OnlineSystem String
Name of the field. This method looks for fields that belong to the same archipelago as this specified field. &#160;
tags
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
List of tags. This method looks for fields that match at least one of the tags in this list.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask OnlineIEnumerable NxMatchingFieldInfo  

Implements

IApp FindMatchingFieldsAsync(String, IEnumerable String , String)
See Also