Provides a set of constants that identify the method used to delete content from a file storage area, fixed storage area, or content cache area. If a fixed content device does not support one of the secure delete methods (that is, destructive or purge), then the device's standard delete method is used.


Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Enum AreaDeleteMethod
C#
public enum AreaDeleteMethod
C++
public enum class AreaDeleteMethod
J#
public enum AreaDeleteMethod
JScript
public enum AreaDeleteMethod

Members

Member NameDescription
DESTRUCTIVESpecifies that content be overwritten once with zeros before it's deleted.
PURGESpecifies that content be overwritten three times before it's deleted. This is the most secure form of delete.
STANDARDSpecifies that content be deleted using the normal delete operation for the given device or file system.

See Also