UseFileProtection property

Sets or returns whether file protection is enabled. If enabled, only coordinators can delete versioned files or disable version tracking.

Syntax


C++

HRESULT get_UseFileProtection(VARIANT_BOOL* pUseFileProtection)

HRESULT put_UseFileProtection(
VARIANT_BOOL MyUseFileProtection)

Scripting languages

Boolean = Object.UseFileProtection

Object
.UseFileProtection = Boolean

Home

Applies to

IERUCommunitySettings