GetFields Method
Overloads
GetFields() |
Gets all fields. This method creates AppField instances that must be disposed to avoid session object leakage. |
GetFields()
Gets all fields. This method creates AppField instances that must be disposed to avoid session object leakage.
Declaration
public IEnumerable<IAppField> GetFields()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IAppField> |
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |
Implements
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!