-(AlfrescoRequest *) retrieveRenditionOfNode:(AlfrescoNode *)node
renditionName:(NSString *)renditionName
completionBlock:(AlfrescoContentFileCompletionBlock)completionBlock - retrieves a
named rendition for the specified node.
Parameters
- (AlfrescoNode *) node
- The node to retrieve the permissions of.
- (NSString *) renditionName
- The type of thumbnail to be retrieved. For example 'doclib' can be used (defined as _AlfrescoThumbnailRendition_ )
- (AlfrescoContentFileCompletionBlock) completionBlock
- The block that is called with the local SkyVaultContentFile containing the thumbnail URL/data. The completion block has the format typedef void (^AlfrescoContentFileCompletionBlock)(AlfrescoContentFile *contentFile, NSError *error).
Returns
(AlfrescoRequest *)