Share via


HierarchyId Constructor

Applies to v2.

For internal use only. Initializes a new instance of the HierarchyId class.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Protected Sub New ( _
    guid As Guid, _
    id As Integer _
)
'Usage
Dim guid As Guid 
Dim id As Integer 

Dim instance As New HierarchyId(guid, id)
protected HierarchyId(
    Guid guid,
    int id
)
protected:
HierarchyId(
    Guid guid, 
    int id
)
new : 
        guid:Guid * 
        id:int -> HierarchyId
protected function HierarchyId(
    guid : Guid, 
    id : int
)

Parameters

  • guid
    Type: System.Guid

    For internal use only. The Hierarchy Tree identifier.

  • id
    Type: System.Int32

    For internal use only. The identifier of the item in the hierarchy.

See Also

Reference

HierarchyId Class

Microsoft.WebMatrix.Extensibility Namespace