Browse Source

API Search

Marino Faggiana 8 years ago
parent
commit
ce10070799

+ 1 - 0
iOSClient/Offline/CCOfflinePageContent.h

@@ -56,5 +56,6 @@
 @property (nonatomic, strong) UIDocumentInteractionController *docController;
 
 - (void)reloadDatasource;
+- (void)readFolderWithForced:(BOOL)forced serverUrl:(NSString *)serverUrl;
 
 @end

+ 5 - 0
iOSClient/Offline/CCOfflinePageContent.m

@@ -392,6 +392,11 @@
     return metadata;
 }
 
+- (void)readFolderWithForced:(BOOL)forced serverUrl:(NSString *)serverUrl
+{
+    [self reloadDatasource];
+}
+
 - (void)reloadDatasource
 {
     if ([_pageType isEqualToString:k_pageOfflineOffline]) {