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)

Syntax

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

Remarks

See Also