FileProtectionAutoTrackVersions
property
Sets or returns whether new files are automatically version tracked.
File protection must be enabled in order for this setting to take effect.
Syntax
C++
HRESULT
get_FileProtectionAutoTrackVersions( VARIANT_BOOL* pFileProtectionAutoTrackVersions )
HRESULT put_FileProtectionAutoTrackVersions(VARIANT_BOOL MyFileProtectionAutoTrackVersions )
Scripting languages
Boolean = Object.FileProtectionAutoTrackVersions
Object.FileProtectionAutoTrackVersions = Boolean
|