Mobile API Reference  MicroStrategy 2019
MSIProjectInfo Class Reference

#import <MSIProjectInfo.h>

Inheritance diagram for MSIProjectInfo:
<MSISerializable>

Instance Methods

(NSString *) - projectIdentifier
 
- Instance Methods inherited from <MSISerializable>
(void) - loadFromXML:elementName:attributes:support:context:
 
(void) - buildXML:
 

Class Methods

(MSIProjectInfo *) + defaultProjectInfo
 
(NSArray *) + projectInfoList
 

Detailed Description

ProjectInfo is used for storing the information necessary to reach a project. It is stored as part of the WebServerInfo.

Method Documentation

◆ defaultProjectInfo()

+ (MSIProjectInfo*) defaultProjectInfo

Use this method to get the default ProjectInfo

◆ projectIdentifier()

- (NSString*) projectIdentifier

Use this method to get the identifier. The identifier will concatenate projectName and serverName

◆ projectInfoList()

+ (NSArray*) projectInfoList

Use this method to get all available projects