Indicates the maximum level of secure deletion supported by the storage device, as specified by a AreaDeleteMethod constant.

For each advanced storage device that is connected to an advanced storage area, this property setting must meet the minimum deletion level as set on the advanced storage area. That is, each device must have an equal or greater level of destruction capability than what is specified on the advanced storage area's DeletionMethod property.

For example, if an advanced storage area has a delete method setting of Purge, then all of the devices connected to it must support the purge level of delete. If an advanced storage area has a delete method setting of Standard, then any storage device that supports standard or above levels of deletion can be connected to the advanced storage area.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DeleteMethodSupported As AreaDeleteMethod
C#
AreaDeleteMethod DeleteMethodSupported { get; }
Visual C++
property AreaDeleteMethod DeleteMethodSupported {
	AreaDeleteMethod get ();
}
JavaScript
function get_deleteMethodSupported();

ToggleRemarks

ToggleSee Also