Linkage type for pages

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public enum LinkType

Members

Member nameDescription
Normal
Normal URL, for example "/templates/page.aspx?id=30"
Shortcut
URL points to a page different than the current
External
URL points to a external resource, for example "/docs/EPiServer.doc"
Inactive
URL is inactive, "#"
FetchData
URL points to a page that will fetch data from another page
Image
URL points to a image

See Also