Click or drag to resize
AlternativeUrlInfoProviderGetAlternativeUrlInternal Method
Returns instance of AlternativeUrlInfo with defined given url on given siteId.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual AlternativeUrlInfo GetAlternativeUrlInternal(
	NormalizedAlternativeUrl url,
	int siteId
)

Parameters

url
Type: CMS.DocumentEngineNormalizedAlternativeUrl
siteId
Type: SystemInt32

Return Value

Type: AlternativeUrlInfo
See Also