CMISFolder Class Reference
Inherits from | CMISFileableObject : CMISObject : CMISObjectId : NSObject |
Declared in | CMISFolder.h |
Tasks
-
path
property -
– retrieveChildrenWithCompletionBlock:
Retrieves the children of this folder as a paged result.
-
– isRootFolder
Checks if this folder is the root folder.
-
– retrieveFolderParentWithCompletionBlock:
Gets the parent folder object.
-
– retrieveChildrenWithOperationContext:completionBlock:
Retrieves the children of this folder as a paged result using the provided operation context.
-
– createFolder:completionBlock:
-
– createDocumentFromFilePath:withMimeType:withProperties:completionBlock:progressBlock:
-
– deleteTreeWithDeleteAllVersions:withUnfileObjects:withContinueOnFailure:completionBlock:
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