Click or drag to resize
RelationshipNameInfoIsOnSite Method
Check whether relationship is in site given by id.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 8.2.23
Syntax
C#
public bool IsOnSite(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of site to check

Return Value

Type: Boolean
Returns true if relationship name already exists
See Also