Sitecore 5.1.1 API

AliasResolver Class

Resolves an alias.

For a list of all members of this type, see AliasResolver Members.

System.Object
   Sitecore.Data.AliasResolver

[Visual Basic]
Public Class AliasResolver
[C#]
public class AliasResolver

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An alias is a URL that points to another location in the content tree. For instance the URL "/campaign" can be setup to point to "/sitecore/content/Home/Campaigns/2005/Super Offers".

Aliases are configures in /sitecore/system/Aliases

An alias resolver is attach to a database and is access through the Sitecore.Data.Database.Aliases property.

Requirements

Namespace: Sitecore.Data

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

AliasResolver Members | Sitecore.Data Namespace