RelationshipNameSiteInfoProviderAddRelationshipNameToSite Method |
Adds the relationship name specified by id to the site.
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 8.2.23
Syntax 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