This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
General link type enumeration.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[]
public enum AIMReferenceType
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Enumeration AIMReferenceType

Members

Member nameDescription
Unknown
Unknown link type.
ItemToItem
Internal link.
LocalFile
LocalFile link.
Resource
Resource link.
External
External link.
FolderToItem
Internal folder to item link.
FolderToFolder
Internal folder to folder link.
ItemToFolder
Internal item to folder link.
Translation
Translation link.
Invalid
Invalid link.
Softlink
Soft link.
Spiderable
Spiderable link.
DatabaseTable
Database table.

See Also

Smartsite.Core Namespace
Advanced