CBESubscribeManager
IntroductionClass for managing Publish, represented as a list. Methods
getSubscriptions:-(void) getSubscriptions: (id<GetSubscriptionsDelegatePtr>) delegate; ParametersDiscussionLists of publish that you are sharing with others. Listing is done independently of where in the actual directory tree the files are located. subscribe:sharingUserName:publishId:publishName:password:subscribeName:delegate:-(void) subscribe: (CBEUserId) userId sharingUserName: (NSString*) sharingUserName publishId: (CBEPublishId) publishId publishName: (NSString*) publishName password: (NSString*) password subscribeName: (NSString*) subscribeName delegate: (id<SubscribeDelegatePtr>) delegate; Parameters
DiscussionSubscribes to a publish shared by some other user (or yourself). |