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 (24.3.0.1000)
Syntax
[ObsoleteAttribute("Use MemberValue.EnsureHierarchyCompatibility instead")]
public static string EnsureHierarchyMemberCompatibility(
	IHierarchy hierarchy,
	string memberUniqueName
)

Parameters

hierarchy
Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy.
memberUniqueName
Type: SystemString
The unique name of the hierarchy member.

Return Value

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