Click or drag to resize
RelationshipNameInfoProviderGetAdHocRelationshipNameCodeName Method
Gets code 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 GetAdHocRelationshipNameCodeName(
	string className,
	IField field
)

Parameters

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

Return Value

Type: String
See Also