Contents

isExcludedFromBackup

True if resource should be excluded from backups, false otherwise.

Declaration

var isExcludedFromBackup: Bool? { get set }

Mentioned in

Discussion

This property is only useful for excluding cache and other application support files which are not needed in a backup. Some operations commonly made to user documents will cause this property to be reset to false and so this property should not be used on user documents.

See Also

Universal resource values