Click or drag to resize

IFileGetContentSize Method

Retrieves the size of the latest version (in bytes).

Namespace:  PDTec.IceNet.Core.Model.File
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
long GetContentSize()

Return Value

Type: Int64
The size (in bytes).
Remarks
This method retrieves the size of the physical representation of the file and therefore communicates with the vault implementation. If it is sufficient to retrieve the size information that is tracked in the database use the ContentSize property.
See Also