The number of content elements deleted from this storage area.

For the ContentCacheArea object, a cache clearing operation initializes this number to 0 (zero). For information on cache clearing, see the CacheStatus property. For information on the potential inaccuracy of this number, see the IContentCacheArea interface.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ContentElementsDeleted As Nullable(Of Double)
C#
Nullable<double> ContentElementsDeleted { get; }
C++
property Nullable<double> ContentElementsDeleted abstract  {
    Nullable<double> get();
}
J#
/** property */
public Nullable<double> get_ContentElementsDeleted();
JScript
public function get ContentElementsDeleted() : Nullable<double>

Remarks

See Also