Click or drag to resize
CMSAutomationPageAddSiteQuery Method
Adds querystring parameters 'isSiteManager' and 'siteid' to provided URL. Applied only in site manager.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected string AddSiteQuery(
	string url,
	Nullable<int> currentSiteID
)

Parameters

url
Type: SystemString
Existing url
currentSiteID
Type: SystemNullableInt32
Current site ID

Return Value

Type: String
Returns modified URL
See Also