BaseIntegrationSubscription GetRegex Method Kentico 8.0 API Reference
Returns regular expression with pattern used to match words like 'cms.%' or 'cms.pagetemplate%' where '%' represents with 0-n characters

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

expression
Type: OnlineSystem String
User-friendly expression to transformate to regular expression

Return Value

Type: OnlineRegex
Regular expression object
See Also