Click or drag to resize
DocumentAliasInfoProviderDocumentAliasExists Method
Returns true if the alias with the same settings as the given alias already exists.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool DocumentAliasExists(
	DocumentAliasInfo dai
)

Parameters

dai
Type: CMS.DocumentEngineDocumentAliasInfo
Document alias to check

Return Value

Type: Boolean
See Also