Indicates whether content can be deleted from a storage area. The default is true (deletes are allowed). When false, any attempt to delete (or move) content from the storage area will result in an exception.

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

ToggleSyntax

Visual Basic (Declaration)
Property AllowsDelete As Nullable(Of Boolean)
C#
Nullable<bool> AllowsDelete { get; set; }
Visual C++
property Nullable<bool> AllowsDelete {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_allowsDelete();
function set_allowsDelete(value);

ToggleRemarks

ToggleSee Also