RelationshipNameInfoProviderDeleteRelationshipName Method (Int32) |
Deletes relationship name specified by id.
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 8.2.23
Syntax public static void DeleteRelationshipName(
int relationshipNameId
)
Parameters
- relationshipNameId
- Type: SystemInt32
ID of relationship name to delete
See Also