Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetUniqueDisplayName Method
Returns the unique display name generated from current object display name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string GetUniqueDisplayName(
	bool ensureLength = true
)

Parameters

ensureLength (Optional)
Type: SystemBoolean
If true, maximal display name length is ensured

Return Value

Type: String
See Also