The size (in bytes) of the captured content associated with this object.

Namespace:  FileNet.Api.OnDemand
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleSee Also