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)

Syntax

Visual Basic (Declaration)
Property AllowsDelete As Nullable(Of Boolean)
C#
Nullable<bool> AllowsDelete { get; set; }
C++
property Nullable<bool> AllowsDelete abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_AllowsDelete();

/** property */
public void set_AllowsDelete(Nullable<boolvalue);
JScript
public function get AllowsDelete() : Nullable<bool>

public function set AllowsDelete(value : Nullable<bool>);

Remarks

See Also