CMSAutomationPageAddSiteQuery Method |
Adds querystring parameters 'isSiteManager' and 'siteid' to provided URL. Applied only in site manager.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected 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