Share via


ManagementPack.GetFolderItems Method

Definition

Retrieves all folder items in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackItemCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackFolderItem ^> ^ GetFolderItems();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem> GetFolderItems ();
member this.GetFolderItems : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem>
Public Function GetFolderItems () As ManagementPackItemCollection(Of ManagementPackFolderItem)

Returns

A collection of all folder items in the management pack.

Applies to