com.microstrategy.webapi.EnumDSSXMLInboxFlags |
This interface defines the enumeration constants used to specify
the flags for retrieving or removing inbox messages. The DssXmlInboxBrowsingInfo
and
DssXmlInboxBrowsingDetail
flags affect the amount of data returned from a GetInboxMessages call.
The DssXmlInboxCurrentProject
and DssXmlInboxAllProjects
determine which inbox messages will be returned.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlInboxAllProjects | Specifies a flag to retrieve inbox messages of all projects in the returned XML. | |||||||||
int | DssXmlInboxBrowsingDetail | Specifies a flag to return the detail info for inbox messages in the returned XML. | |||||||||
int | DssXmlInboxBrowsingInfo | Specifies a flag to return the browsing info for inbox messages in the returned XML. | |||||||||
int | DssXmlInboxCurrentProject | Specifies a flag to retrieve inbox messages of the current project in the returned XML. | |||||||||
int | DssXmlInboxKeepAsIs | Specifies a flag to inform the inbox to keep the report or document result "As Is". | |||||||||
int | DssXmlInboxKeepLatest | Specifies a flag to inform the inbox to keep the latest report or document result. |
Specifies a flag to retrieve inbox messages of all projects in the returned XML.
Specifies a flag to return the detail info for inbox messages in the returned XML.
Specifies a flag to return the browsing info for inbox messages in the returned XML.
Specifies a flag to retrieve inbox messages of the current project in the returned XML.
Specifies a flag to inform the inbox to keep the report or document result "As Is".
Specifies a flag to inform the inbox to keep the latest report or document result.