GetFieldsResourceIds Method
Overloads
| GetFieldsResourceIds(IEnumerable<String>) | Returns a list of resource ids (QRI) for fields that belongs to the datamodel. Key fields (that belongs to multiple tables), returns one resource identifier per table. | 
GetFieldsResourceIds(IEnumerable<String>)
Returns a list of resource ids (QRI) for fields that belongs to the datamodel.
Key fields (that belongs to multiple tables), returns one resource identifier per table.
Declaration
      IEnumerable<NxFieldResourceId> GetFieldsResourceIds([QixName("qFieldNames")] IEnumerable<string> fieldNames)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<System.String> | fieldNames | List of fields names that resource ids should be returned from. | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<NxFieldResourceId> | 
Remarks
GetFieldsResourceIds method is only supported in SaaS Editions of Qlik Sense.