iphoneSetDoNotBackupFile | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Sets the "do not backup" flag for the given file. | |||||||||
Introduced | 5.5.1 | |||||||||
OS | ios | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: iphoneSetFileDataProtection Function: iphoneFileDataProtection, iphoneDoNotBackupFile Message: protectedDataWillBecomeUnavailable, protectedDataDidBecomeAvailable | |||||||||
Description | Use the iphoneSetDoNotBackupFile command to set a flag specifying whether a file should be backed up by iOS, or not. The iphoneSetDoNotBackupFile command sets a flag specifying whenere a file should be backed up by iOS, or not. If the doNotBackup parameter is true the file will not be considered for backup to the Cloud. If false the file will be treated normally. If the doNotBackup parameter is not given then the value of the flag will be set to true by default. |