SyncFile.init(self, name, ref, size, modified, dataurl)

Constructor for the SyncFile class. Takes a name, reference url, size, a modification time (datetime class), and a dataurl. Both url's are stripped of their host names similar to SyncFolder Class.

SyncFile.GetName(self)

Return the name of the file

SyncFile.GetRef(self)

Return the reference url for the file.

SyncFile.GetSize(self)

Return the size (in bytes) of the file

SyncFile.GetDataUrl(self)

Return the data url for the file.