The setting that specifies the deletion method for content in this storage area. The
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
AreaDeleteMethod
class has constants defined for the deletion method settings. Valid settings are:
: Specifies that content be overwritten once with zeros before it is deleted.DESTRUCTIVE
Specifies that content be overwritten three times before it is deleted. This is the most secure form of delete.PURGE:
(default setting): Specifies that content be deleted using the normal delete operation for the given device or file system.STANDARD
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DeleteMethod As AreaDeleteMethod |
C# |
---|
AreaDeleteMethod DeleteMethod { get; set; } |
C++ |
---|
property AreaDeleteMethod DeleteMethod abstract { AreaDeleteMethod get(); void set(AreaDeleteMethod value); } |
J# |
---|
/** property */ public AreaDeleteMethod get_DeleteMethod(); /** property */ public void set_DeleteMethod(AreaDeleteMethod value); |
JScript |
---|
public function get DeleteMethod() : AreaDeleteMethod public function set DeleteMethod(value : AreaDeleteMethod); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ