Click or drag to resize
AlternativeUrlInfoProviderSetInfoCheckForConflictingPage Method
Inserts or Updates the object to the database. If info is in conflict with page's URL then InvalidAlternativeUrlException is thrown.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static void SetInfoCheckForConflictingPage(
	AlternativeUrlInfo info
)

Parameters

info
Type: CMS.DocumentEngineAlternativeUrlInfo
Object to insert / update
See Also