UniqueNameHelperEnsureHierarchyMemberCompatibility Method

Note: This API is now obsolete.

Ensures the correct unique name for the specified hierarchy member.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[ObsoleteAttribute("Use MemberValue.EnsureHierarchyCompatibility instead")]
public static string EnsureHierarchyMemberCompatibility(
	IHierarchy hierarchy,
	string memberUniqueName
)

Parameters

hierarchy  IHierarchy
The hierarchy.
memberUniqueName  String
The unique name of the hierarchy member.

Return Value

String
The correct unique name.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionmemberUniqueName is or empty.
See Also