Share via


IPresentationManagement.GetForms Method

Definition

Gets a list of all forms.

Overloads

GetForms()

Gets all forms.

GetForms(ManagementPackFormCriteria)

Gets a list of all forms that match the provided criteria.

GetForms()

Gets all forms.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackForm ^> ^ GetForms();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackForm> GetForms ();
abstract member GetForms : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackForm>
Public Function GetForms () As IList(Of ManagementPackForm)

Returns

The list of forms.

Applies to

GetForms(ManagementPackFormCriteria)

Gets a list of all forms that match the provided criteria.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackForm ^> ^ GetForms(Microsoft::EnterpriseManagement::Configuration::ManagementPackFormCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackForm> GetForms (Microsoft.EnterpriseManagement.Configuration.ManagementPackFormCriteria criteria);
abstract member GetForms : Microsoft.EnterpriseManagement.Configuration.ManagementPackFormCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackForm>
Public Function GetForms (criteria As ManagementPackFormCriteria) As IList(Of ManagementPackForm)

Parameters

criteria
ManagementPackFormCriteria

The form search criteria.

Returns

The list of forms.

Applies to