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

Instance Methods

retrieveParentsWithCompletionBlock:

Returns all the parents of this object as an array of CMISFolder objects. CompletionBlock will return array or nil if unsuccessful CompletionBlock will return nil for root folder and non-fileable objects.

- (CMISRequest *)retrieveParentsWithCompletionBlock:(void ( ^ ) ( NSArray *parentFolders , NSError *error ))completionBlock

Discussion

Returns all the parents of this object as an array of CMISFolder objects. CompletionBlock will return array or nil if unsuccessful CompletionBlock will return 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 with paging options CompletionBlock will return array or nil if unsuccessful CompletionBlock will return nil for root folder and non-fileable objects.

- (CMISRequest *)retrieveParentsWithOperationContext:(CMISOperationContext *)operationContext completionBlock:(void ( ^ ) ( NSArray *parentFolders , NSError *error ))completionBlock

Discussion

Returns all the parents of this object as an array of CMISFolder objects with paging options CompletionBlock will return array or nil if unsuccessful CompletionBlock will return nil for root folder and non-fileable objects.

Declared In

CMISFileableObject.h