Specifies the size in bytes of the content data associated with this document, annotation, or ContentTransfer object. Note that if the document or annotation has more than one content element, then the size is the sum of all of the content elements.

Namespace:  FileNet.Api.Core
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();

ToggleRemarks

ToggleSee Also