public interface

EnumDSSXMLDossierShortcutInfoFlag

com.microstrategy.webapi.EnumDSSXMLDossierShortcutInfoFlag

Summary

Constants
int DssDossierShortcutInfoBookmark Specifies that bookmarks will be returned.
int DssDossierShortcutInfoDefault Specifies that only basic shortcut info will be returned.
int DssDossierShortcutInfoTOC Specifies that table of content will be returned.

Constants

public static final int DssDossierShortcutInfoBookmark

Specifies that bookmarks will be returned.

Constant Value: 2 (0x00000002)

public static final int DssDossierShortcutInfoDefault

Specifies that only basic shortcut info will be returned.

Constant Value: 0 (0x00000000)

public static final int DssDossierShortcutInfoTOC

Specifies that table of content will be returned.

Constant Value: 1 (0x00000001)