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 Code |
---|---|
public enum ItemDisplayMode |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration ItemDisplayMode |
Members
Member name | Description | |
---|---|---|
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
Smartsite.ManagementInformation Namespace