InsertLinkToOtherLanguageBuildLink Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns the link to be inserted. This method is called by the Invoke method.

Namespace: ContentStudio.Site.ActiveScripting.MLC
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected string BuildLink(
	bool preserveQueryStrings
)

Parameters

preserveQueryStrings
Type: SystemBoolean
A value that indicates if query strings supplied by the user should be included in the generated link. The id and the lang keys are always excluded. The ptid key is excluded if LookupPresentationTemplate is set to true.

Return Value

Type: String
Returns the link to be inserted, for example "default.aspx?id=NNN&ptid=NNN".
See Also

Reference