FolderData¶
-
class
FolderData(accountData, folderID)¶ FolderData
-
FolderData.eventLogInfo¶ Getter for an
EventLogInfo()instance with all the information regarding this FolderData instance.
-
FolderData.sync(syncDescription)¶ Initiate a sync of this folder only by calling
Base.syncFolderList()and thanBase.syncFolder()for this folder / resource only.Arguments: - syncDescription (Object) –
Optional
- syncDescription (Object) –
-
FolderData.targetData¶ Getter for the
TargetData()instance associated with this FolderData. See Target Classes for more details.
-