Click or drag to resize
RelationshipNameInfoProviderRelationshipNameExistsInternal Method
Check whether relationship with given name already exists.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
protected virtual bool RelationshipNameExistsInternal(
	string name
)

Parameters

name
Type: SystemString
Relationship name to check

Return Value

Type: Boolean
See Also