Click or drag to resize

ServicePropertiess3docstorage_LogicalDeleteField Property

The name of the field on the Document storage mapper that will hold the bit value for if the item is deleted or not. Only used if UseLogicalDelete is set.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string s3docstorage_LogicalDeleteField { get; }

Property Value

Type: String
The name of the field on the Document storage mapper that will hold the bit value for if the item is deleted or not. Only used if UseLogicalDelete is set.
Remarks
Applies to ServiceInstance s3docstorage only.
See Also