RelationshipNameInfoIsOnSite Method |
Check whether relationship is in site given by id.
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 8.2.23
Syntax public bool IsOnSite(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
ID of site to check
Return Value
Type:
BooleanReturns true if relationship name already exists
See Also