Click or drag to resize
AlternativeUrlInfoProviderGetAlternativeUrlInfo Method
Returns AlternativeUrlInfo with specified ID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static AlternativeUrlInfo GetAlternativeUrlInfo(
	int id
)

Parameters

id
Type: SystemInt32
AlternativeUrlInfo ID.

Return Value

Type: AlternativeUrlInfo
See Also