Share via


ManagementPack.GetFolders Method

Definition

Retrieves all folders that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackFolder ^> ^ GetFolders();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder> GetFolders ();
member this.GetFolders : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder>
Public Function GetFolders () As ManagementPackElementCollection(Of ManagementPackFolder)

Returns

A collection of all folders in the management pack.

Applies to