Click or drag to resize
RelationshipNameInfoProviderDeleteRelationshipName Method (Int32)

Note: This API is now obsolete.

Deletes relationship name specified by id.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IRelationshipNameInfoProvider.Delete(RelationshipNameInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - RelationshipNameInfo.Provider.")]
public static void DeleteRelationshipName(
	int relationshipNameId
)

Parameters

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