This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Modes for displaying item numbers.

Namespace: Smartsite.ManagementInformation
Assembly:  Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)

Syntax

C#Copy imageCopy Code
public enum ItemDisplayMode
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration ItemDisplayMode

Members

Member nameDescription
ItemNumber
Shows only the item number.
Url
Shows the normalized url.
FriendlyUrl
Shows the friendly url. When not available, the normalized url is used.

See Also

Advanced