ShareManager.h
IntroductionUse the links in the table of contents to the left to access the documentation. Methods
listAvailableShares:Lists the shares exposed by other users to current user. This will give specific share information. -(void) listAvailableShares:(id<ListAvailableSharesDelegatePtr>) delegate; ParameterslistMyShares:Lists the shares exposed by current user. This will give specific share information. -(void) listMyShares:(id<ListMySharesDelegatePtr>) delegate; Parameters |