Skip to main content Skip to complementary content

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!