ManagementGroup::GetMonitoringFolders Method (ManagementPackFolderCriteria^)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of folder objects from the management group by specifying criteria that are used to filter the returned results.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
[ObsoleteAttribute("Please use Presentation.GetFolders()")]
ReadOnlyCollection<MonitoringFolder^>^ GetMonitoringFolders(
	ManagementPackFolderCriteria^ criteria
)

Parameters

criteria
Type: Microsoft.EnterpriseManagement.Configuration::ManagementPackFolderCriteria^

A value that specifies the kind of folder objects.

Return to top
Show: