| AppGetMatchingFieldsAsync Method (AsyncHandle, IEnumerableString, NxMatchingFieldMode) |
Retrieves any fields that match all or one of the specified tags in the data model of an app.
Tags set by Qlik Sense are prefixed by the $ sign.Namespace: Qlik.Engine
public Task<IEnumerable<NxMatchingFieldInfo>> GetMatchingFieldsAsync( AsyncHandle asyncHandle, IEnumerable<string> tags, NxMatchingFieldMode matchingFieldMode = NxMatchingFieldMode.MATCHINGFIELDMODE_MATCH_ALL )