Package com.microstrategy.web.objects
Interface EnumWebFolderDisplayStyle
-
public interface EnumWebFolderDisplayStyleThis Enumeration specifies the style which should be used for a folder object's display XML.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intWebFolderDisplayBrowseSpecifies the browse display style for the folder.static intWebFolderDisplayDefaultSpecifies the default display style for the folder.static intWebFolderDisplayListSpecifies the list display style for the folder.
-
-
-
Field Detail
-
WebFolderDisplayDefault
static final int WebFolderDisplayDefault
Specifies the default display style for the folder.- See Also:
- Constant Field Values
-
WebFolderDisplayList
static final int WebFolderDisplayList
Specifies the list display style for the folder.- See Also:
- Constant Field Values
-
WebFolderDisplayBrowse
static final int WebFolderDisplayBrowse
Specifies the browse display style for the folder.- See Also:
- Constant Field Values
-
-