ARX::FileChangeType

Introduced : ARX V5.02.000 Possible File Change Types.

Members

Member Value Description
FILECHANGE_FILE_OTHER 0 The file may have been changed, and the change is not one of FileChangeType
FILECHANGE_DIR_OTHER 1 The directory may have been changed, and the change is not one of FileChangeType
FILECHANGE_FILE_RENAME 2 The file has been renamed.
FILECHANGE_DIR_RENAME 3 The directory has been renamed.
FILECHANGE_FILE_DELETE 4 The file has been deleted.
FILECHANGE_DIR_DELETE 5 The directory has been deleted.
FILECHANGE_FILE_NEW 6 The file has been created.
FILECHANGE_DIR_NEW 7 The directory has been created.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.