Click or drag to resize
BaseIntegrationSubscriptionIsMatch Method (String)
Determines whether given site name matches the SiteName property

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
protected bool IsMatch(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of site to evaluate

Return Value

Type: Boolean
TRUE if site name matches SiteName property
See Also