Click or drag to resize
RelationshipNameInfoProviderGetAdHocRelationshipNameDisplayName Method
Gets display name for ad-hoc relationship name

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
public static string GetAdHocRelationshipNameDisplayName(
	string classDisplayName,
	IField field
)

Parameters

classDisplayName
Type: SystemString
Class display name of the document
field
Type: CMS.DataEngineIField
Field for ad-hoc relationship name

Return Value

Type: String
See Also