| BaseIntegrationSubscriptionIsMatch Method (String) | 
            Determines whether given site name matches the SiteName property
            
 
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntaxprotected 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