Partager via


IPresentationManagement.GetFolderHierarchy Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the hierarchy structure of a specific folder.

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

Usage

'Usage
Dim instance As IPresentationManagement
Dim folderId As Guid
Dim returnValue As HierarchyNode(Of ManagementPackFolder)

returnValue = instance.GetFolderHierarchy(folderId)

Syntax

'Declaration
Function GetFolderHierarchy ( _
    folderId As Guid _
) As HierarchyNode(Of ManagementPackFolder)
HierarchyNode<ManagementPackFolder> GetFolderHierarchy (
    Guid folderId
)
HierarchyNode<ManagementPackFolder^>^ GetFolderHierarchy (
    Guid folderId
)
HierarchyNode<ManagementPackFolder> GetFolderHierarchy (
    Guid folderId
)
function GetFolderHierarchy (
    folderId : Guid
) : HierarchyNode<ManagementPackFolder>

Parameters

  • folderId
    The folder identifier.

Return Value

The top-level hierarchy node of the folder structure.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IPresentationManagement Interface
IPresentationManagement Members
Microsoft.EnterpriseManagement Namespace