Click or drag to resize
RelationshipNameInfoProviderDeleteRelationshipName Method (Int32)
Deletes relationship name specified by id.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
public static void DeleteRelationshipName(
	int relationshipNameId
)

Parameters

relationshipNameId
Type: SystemInt32
ID of relationship name to delete
See Also