| CMSContactManagementPageAddSiteQuery Method | 
            Adds querystring parameters 'isSiteManager' and 'siteid' to provided URL. Applied only in sitemanager.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
 Syntax
Syntaxprotected string AddSiteQuery(
	string url,
	Nullable<int> currentSiteID
)
Parameters
- url
- Type: SystemString
 Existing url
- currentSiteID
- Type: SystemNullableInt32
 Current site ID
Return Value
Type: 
StringReturns modified URL
 See Also
See Also