ShareManager.h

Includes:
<Foundation/Foundation.h>
"CBEIOS/delegate/ListSharesDelegate.h"
"CBEIOS/Types.h"

Introduction

Use 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.

+listMyShares:

Lists the shares exposed by current user. This will give specific share information.


listAvailableShares:


Lists the shares exposed by other users to current user. This will give specific share information.

-(void) listAvailableShares:(id<ListAvailableSharesDelegatePtr>) delegate;  
Parameters
delegate

Pointer to a delegate::ListSharesDelegate instance that is implemented by the user.


listMyShares:


Lists the shares exposed by current user. This will give specific share information.

-(void) listMyShares:(id<ListMySharesDelegatePtr>) delegate;  
Parameters
delegate

Pointer to a delegate::ListSharesDelegate instance that is implemented by the user.