Inherits from CMISFileableObject : CMISObject : CMISObjectId : NSObject
Declared in CMISFolder.h

Properties

path

@property (nonatomic, strong, readonly) NSString *path

Instance Methods

createDocumentFromFilePath:withMimeType:withProperties:completionBlock:progressBlock:

- (void)createDocumentFromFilePath:(NSString *)filePath withMimeType:(NSString *)mimeType withProperties:(NSDictionary *)properties completionBlock:(void ( ^ ) ( NSString *objectId , NSError *error ))completionBlock progressBlock:(void ( ^ ) ( unsigned long long bytesUploaded , unsigned long long bytesTotal ))progressBlock

createFolder:completionBlock:

- (void)createFolder:(NSDictionary *)properties completionBlock:(void ( ^ ) ( NSString *objectId , NSError *error ))completionBlock

deleteTreeWithDeleteAllVersions:withUnfileObjects:withContinueOnFailure:completionBlock:

- (void)deleteTreeWithDeleteAllVersions:(BOOL)deleteAllversions withUnfileObjects:(CMISUnfileObject)unfileObjects withContinueOnFailure:(BOOL)continueOnFailure completionBlock:(void ( ^ ) ( NSArray *failedObjects , NSError *error ))completionBlock

isRootFolder

Checks if this folder is the root folder.

- (BOOL)isRootFolder

Discussion

Checks if this folder is the root folder.

Declared In

CMISFolder.h

retrieveChildrenWithCompletionBlock:

Retrieves the children of this folder as a paged result.

- (void)retrieveChildrenWithCompletionBlock:(void ( ^ ) ( CMISPagedResult *result , NSError *error ))completionBlock

Discussion

Retrieves the children of this folder as a paged result.

The returned objects will be instances of CMISObject.

Declared In

CMISFolder.h

retrieveChildrenWithOperationContext:completionBlock:

Retrieves the children of this folder as a paged result using the provided operation context.

- (void)retrieveChildrenWithOperationContext:(CMISOperationContext *)operationContext completionBlock:(void ( ^ ) ( CMISPagedResult *result , NSError *error ))completionBlock

Discussion

Retrieves the children of this folder as a paged result using the provided operation context.

The returned objects will be instances of CMISObject.

Declared In

CMISFolder.h

retrieveFolderParentWithCompletionBlock:

Gets the parent folder object.

- (void)retrieveFolderParentWithCompletionBlock:(void ( ^ ) ( CMISFolder *folder , NSError *error ))completionBlock

Discussion

Gets the parent folder object.

Declared In

CMISFolder.h