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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ContentElementsDeleted As Nullable(Of Double)
C#
Nullable<double> ContentElementsDeleted { get; }
Visual C++
property Nullable<double> ContentElementsDeleted {
	Nullable<double> get ();
}
JavaScript
function get_contentElementsDeleted();

ToggleRemarks

ToggleSee Also