|
Mobile API Reference
MicroStrategy 2019
|
#import <MSIProjectInfo.h>
Instance Methods | |
| (NSString *) | - projectIdentifier |
Instance Methods inherited from <MSISerializable> | |
| (void) | - loadFromXML:elementName:attributes:support:context: |
| (void) | - buildXML: |
Class Methods | |
| (MSIProjectInfo *) | + defaultProjectInfo |
| (NSArray *) | + projectInfoList |
ProjectInfo is used for storing the information necessary to reach a project. It is stored as part of the WebServerInfo.
| + (MSIProjectInfo*) defaultProjectInfo |
Use this method to get the default ProjectInfo
| - (NSString*) projectIdentifier |
Use this method to get the identifier. The identifier will concatenate projectName and serverName
| + (NSArray*) projectInfoList |
Use this method to get all available projects