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; } |
| Visual C++ |
|---|
property Nullable<bool> AllowsDelete { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_allowsDelete(); function set_allowsDelete(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ