BaseIntegrationSubscriptionIsMatch Method (String) |
Determines whether given site name matches the SiteName property
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.2.23
Syntax protected bool IsMatch(
string siteName
)
Parameters
- siteName
- Type: SystemString
Name of site to evaluate
Return Value
Type:
BooleanTRUE if site name matches SiteName property
See Also