Click or drag to resize
RelationshipNameSiteInfoProviderAddRelationshipNameToSite Method
Adds the relationship name specified by id to the site.

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

Parameters

relationshipNameId
Type: SystemInt32
ID of relationship name to add
siteId
Type: SystemInt32
ID of site
See Also