CMISFileableObject Class Reference
Inherits from | CMISObject : CMISObjectId : NSObject |
Declared in | CMISFileableObject.h |
Tasks
-
– retrieveParentsWithCompletionBlock:
Returns all the parents of this object as an array of CMISFolder objects.
-
– retrieveParentsWithOperationContext:completionBlock:
Returns all the parents of this object as an array of CMISFolder objects.
Instance Methods
retrieveParentsWithCompletionBlock:
Returns all the parents of this object as an array of CMISFolder objects.
- (void)retrieveParentsWithCompletionBlock:(void ( ^ ) ( NSArray *parentFolders , NSError *error ))completionBlock
Discussion
Returns all the parents of this object as an array of CMISFolder objects.
Will be nil for root folder and non-fileable objects.
Declared In
CMISFileableObject.h
retrieveParentsWithOperationContext:completionBlock:
Returns all the parents of this object as an array of CMISFolder objects.
- (void)retrieveParentsWithOperationContext:(CMISOperationContext *)operationContext completionBlock:(void ( ^ ) ( NSArray *parentFolders , NSError *error ))completionBlock
Discussion
Returns all the parents of this object as an array of CMISFolder objects.
Will be nil for root folder and non-fileable objects.
Declared In
CMISFileableObject.h