IFileGetContentSize Method (Int64) |
Retrieves the size of a specific 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 long GetContentSize(
long version
)
Parameters
- version
- Type: SystemInt64
The version.
Return Value
Type:
Int64The 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