Open this page in the API Guide

IHierarchyLevel.GetNextMember Method

Gets the next member.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IHierarchyMember GetNextMember(
	string uniqueName,
	MemberRetrievalOptions retrievalOptions
)

Parameters

uniqueName
Type: System.String
The unique name of the current member.
retrievalOptions
Type: Dundas.BI.Data.MemberRetrieval.MemberRetrievalOptions
The retrieval options.

Return Value

Type: IHierarchyMember
The next member.
Exceptions
ExceptionCondition
ArgumentExceptionThe uniqueName is null or empty.
FormatExceptionThe uniqueName is not in expected format.
See Also