Home > eRoom API Help > Server Access API > SAAPI Properties > AllowRecycleBin property
Returns or sets whether the recycle bin is used in a Community or Room.
HRESULT get_AllowRecycleBin( VARIANT_BOOL* pAllowRecycleBin)
HRESULT put_AllowRecycleBin( VARIANT_BOOL myAllowRecycleBin)
Boolean = Object.AllowRecycleBin
Object.AllowRecycleBin = Boolean
TRUE
The Recycle Bin is used.
FALSE
The Recycle Bin is not used.
Home Applies to IERUCommunitySettings IERURoom