Mobile API Reference  MicroStrategy 2019
MSTRFolder Class Reference

#import <MSTRFolder.h>

Inheritance diagram for MSTRFolder:
MSIObjectInfo

Instance Methods

(id) - initWithContents:anID:aDesc:aType:aSubtype:aNamedFolderID:isShortcut:
 
(void) - setChildren:
 
- Instance Methods inherited from MSIObjectInfo
(id) - initWithType:
 
(id) - initWithType:subType:
 
(NSComparisonResult) - compareElementName:
 
(NSComparisonResult) - compareElementID:
 
(void) - handleXml:attributes:support:
 
(id< MSTRHandler >) - getXmlHandler
 
(void) - handleXmlAttributes:attributes:
 
(void) - loadFromXML:attributes:
 
(NSString *) - getXml
 
(void) - buildXml:
 
(void) - buildXml:tagName:
 
(void) - buildTypeSpecificXml:
 
(id) - initWithContents:anID:aDesc:aType:aSubtype:anAbbrev:isShortcut:iconPath:
 
(id) - initWithContents:namedID:aDesc:aType:aSubtype:anAbbrev:isShortcut:iconPath:
 

Additional Inherited Members

- Class Methods inherited from MSIObjectInfo
(MSIObjectInfo *) + newObject:
 
(ObjectSubTypes+ subTypeFromType:
 
- Properties inherited from MSIObjectInfo
NSString * objectID
 
NSInteger namedID
 
NSString * name
 
NSString * displayName
 
ObjectTypes type
 
NSString * sta
 
ObjectSubTypes subType
 
NSInteger accessGranted
 
NSInteger viewMedia
 
NSInteger availableViewMedia
 
NSString * desc
 
NSString * abbreviation
 
NSString * iconPath
 
NSString * owner
 
BOOL isShortcut
 
NSString * externalPath
 
NSInteger externalObjectType
 
NSDate * creationDate
 
NSDate * modificationDate
 
int binaryStatus
 
MSIObjectInfoparentFolder
 
NSString * containerId
 
NSString * containerType
 

Method Documentation

◆ initWithContents:anID:aDesc:aType:aSubtype:aNamedFolderID:isShortcut:()

- (id) initWithContents: (NSString *)  name
anID: (NSString *)  dssid
aDesc: (NSString *)  desc
aType: (NSInteger)  tp
aSubtype: (NSInteger)  subtp
aNamedFolderID: (NSInteger)  folderName
isShortcut: (BOOL shortcut 

◆ setChildren:()

- (void) setChildren: (NSArray *)  children