IHierarchyServiceGetHierarchy(Guid, String) Method |
Gets the hierarchy using the specified parent entity ID and the hierarchy unique name.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIHierarchy GetHierarchy(
Guid entityId,
string uniqueName
)
Function GetHierarchy (
entityId As Guid,
uniqueName As String
) As IHierarchy
IHierarchy^ GetHierarchy(
Guid entityId,
String^ uniqueName
)
abstract GetHierarchy :
entityId : Guid *
uniqueName : string -> IHierarchy Parameters
- entityId Guid
- The parent entity ID.
- uniqueName String
- The unique name of the hierarchy.
Return Value
IHierarchyThe requested hierarchy object.
Exceptions
See Also