com.microstrategy.webapi.EnumDocSaveAsOption |
Interface to specify the value of prompt option while saving as Documents.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | SAVE_AS_WITH_ANSWER_CLOSED | Specifies to save as prompted with prompt option: Do not display prompt and use the current answers as the default answers. | |||||||||
String | SAVE_AS_WITH_ANSWER_DISCARD | Specifies to save as prompted with prompt option: Display prompt but discard the current answers. | |||||||||
String | SAVE_AS_WITH_ANSWER_OPEN | Specifies the default value of prompt option: Display prompt and use the current answers as the default answers. |
Specifies to save as prompted with prompt option: Do not display prompt and use the current answers as the default answers.
Specifies to save as prompted with prompt option: Display prompt but discard the current answers.
Specifies the default value of prompt option: Display prompt and use the current answers as the default answers.