Package com.microstrategy.webapi
Interface EnumDSSXMLDocSaveAsFlags
- 
public interface EnumDSSXMLDocSaveAsFlagsInterface to specify the flags while saving Documents.- Since:
 - MicroStrategy Web 7.5.1
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlDocSaveAsDefaultSpecifies the default flags.static intDssXmlDocSaveAsOverwriteSpecifies that if the saved document corresponds to an already existing one, it should overwrite it.static intDssXmlDocSaveAsRemoveNonPrimaryNameTranslationsSpecifies a document saving option that removes non-primary translations in document namestatic intDssXmlDocSaveAsSegmentOverwriteSpecifies that if the saved Segment corresponds to an already existing one, it should overwrite it.static intDssXmlDocSaveAsWithAnswersClosedSpecifies to save as prompted with answers closed.static intDssXmlDocSaveAsWithAnswersOpenSpecifies to save as prompted with answers open.static intDssXmlDocumentSaveAsSaveReportsOnlySpecifies to save report within document only 
 - 
 
- 
- 
Field Detail
- 
DssXmlDocSaveAsDefault
static final int DssXmlDocSaveAsDefault
Specifies the default flags.- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocSaveAsOverwrite
static final int DssXmlDocSaveAsOverwrite
Specifies that if the saved document corresponds to an already existing one, it should overwrite it.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocSaveAsWithAnswersOpen
static final int DssXmlDocSaveAsWithAnswersOpen
Specifies to save as prompted with answers open.- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocSaveAsWithAnswersClosed
static final int DssXmlDocSaveAsWithAnswersClosed
Specifies to save as prompted with answers closed.- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocSaveAsRemoveNonPrimaryNameTranslations
static final int DssXmlDocSaveAsRemoveNonPrimaryNameTranslations
Specifies a document saving option that removes non-primary translations in document name- Since:
 - MicroStrategy Web 9.3.1
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlDocumentSaveAsSaveReportsOnly
static final int DssXmlDocumentSaveAsSaveReportsOnly
Specifies to save report within document only- See Also:
 - Constant Field Values
 
 
- 
DssXmlDocSaveAsSegmentOverwrite
static final int DssXmlDocSaveAsSegmentOverwrite
Specifies that if the saved Segment corresponds to an already existing one, it should overwrite it.- See Also:
 - Constant Field Values
 
 
 - 
 
 -