ApplicationFormService.Get Method (IEnumerable(Application))¶
Get list all application forms with fields values for the application
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public List<ApplicationForm> Get(
IEnumerable<Application> applications
)
VB¶
Public Function Get (
applications As IEnumerable(Of Application)
) As List(Of ApplicationForm)
Parameters¶
- applications
- Type: System.Collections.Generic.IEnumerable(Application)
applications
Return Value¶
Type: List(ApplicationForm)
List of the application forms values
See Also¶
Reference¶
ApplicationFormService Class
Get Overload
Citrix.SDK.AppDNA Namespace