Mobile API Reference
MicroStrategy 2019
|
#import <MSTRFolder.h>
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 |
MSIObjectInfo * | parentFolder |
NSString * | containerId |
NSString * | containerType |
- (id) initWithContents: | (NSString *) | name | |
anID: | (NSString *) | dssid | |
aDesc: | (NSString *) | desc | |
aType: | (NSInteger) | tp | |
aSubtype: | (NSInteger) | subtp | |
aNamedFolderID: | (NSInteger) | folderName | |
isShortcut: | (BOOL) | shortcut | |
- (void) setChildren: | (NSArray *) | children |