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