Enum LinkType
Linkage type for pages
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public enum LinkTypeFields
| Name | Description | 
|---|---|
| External | URL points to a external resource, for example "/docs/EPiServer.doc" | 
| FetchData | URL points to a page that will fetch data from another page | 
| Image | URL points to a image | 
| Inactive | URL is inactive, "#" | 
| Normal | Normal URL, for example "/templates/page.aspx?id=30" | 
| Shortcut | URL points to a page different than the current | 
