CanOwnerPermanentlyDelete property

Returns or sets whether users are allowed to permanently delete items they own from the recycle bin.  If this property is set to FALSE, then only facility administrators and the coordinator of the room may delete items from the recycle bin.

Syntax


C++

HRESULT get_CanOwnerPermanentlyDelete(
   VARIANT_BOOL *pCanOwnerPermanentlyDelete)

HRESULT Put_CanOwnerPermanentlyDelete(
   VARIANT_BOOL myCanOwnerPermanentlyDelete)

Scripting languages

Boolean = Object.CanOwnerPermanentlyDelete

Object.CanOwnerPermanentlyDelete = Boolean

 

Home

Applies to

IERURecycleBin