CBEItem
Introductionset made up of Container and Object DiscussionClass for an Item. This is class is the base class of Objects and Containers. Methods
aclTag- (NSString*) aclTag; Discussionthe ACL of the item created- (CBEDate) created; DiscussionReturns the creation date in Unix epoch time. dataLoaded- (bool) dataLoaded; Discussionif data was loaded deleted- (CBEDate) deleted; DiscussionReturns the deleted date, if applicable (i.e. is in the bin), in Unix epoch time driveId- (CBEContainerId) driveId; DiscussionReturns which drive number the container resides on. id- (CBEItemId) id; DiscussionReturns an Items id. idLoaded- (bool) idLoaded; Discussionif the query did get a resultset. name- (NSString*) name; DiscussionReturns the name of the item. oldParentId- (CBEContainerId) oldParentId; DiscussionReturns the id of the Items old parent container id in cases where the item has just been moved. ownerId- (CBEUserId) ownerId; DiscussionReturns the owner id number. parentId- (CBEContainerId) parentId; DiscussionReturns the id of the Items parent container id. path- (NSString*) path; DiscussionReturns the path if applicable. updated- (CBEDate) updated; DiscussionReturns the updated date/time in Unix epoch time username- (NSString*) username; DiscussionReturns the username of the owner if applicable. |