Indicates the deletion method for content in this storage area, as specified by a AreaDeleteMethod constant.

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

ToggleSyntax

Visual Basic (Declaration)
Property DeleteMethod As AreaDeleteMethod
C#
AreaDeleteMethod DeleteMethod { get; set; }
Visual C++
property AreaDeleteMethod DeleteMethod {
	AreaDeleteMethod get ();
	void set (AreaDeleteMethod value);
}
JavaScript
function get_deleteMethod();
function set_deleteMethod(value);

ToggleRemarks

ToggleSee Also