This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Types describing the friendly name types.

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

Syntax

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

Members

Member nameDescription
Permalink
Defines a permalink which is a link that cannot be changed after it is created, such that people can safely bookmark it.
Absolute
Defines an absolute url, meaning that the friendly names of the parent items are not included in the path. Also known as a short url.
Folder
Defines that the current item is considered to be a folder, which results in the friendly path not having the file extension that belongs to this item.
DontUpdateFriendlyNameOnTitleChange
Defines that the friendly name, once created should not be changed when the title of that item is updated.
Error
An error has occurred in the last update action.
UrlEndPoint
This friendly name is an endpoint. All segments to the right are evaluated as url parameters.

See Also

Smartsite.Core Namespace
Advanced