GetAppFieldsAsync Method
Overloads
| GetAppFieldsAsync(IApp) | 
             Get app fields. This method creates AppField instances that must be disposed to avoid session object leakage.  | 
        
      
    
GetAppFieldsAsync(IApp)
Get app fields. This method creates AppField instances that must be disposed to avoid session object leakage.
Declaration
      public static Task<IEnumerable<IAppField>> GetAppFieldsAsync(this IApp theApp)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApp | theApp | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<IAppField>> | 
           A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection.  |