| IFileGetContentSize Method (Int64) | 
            Retrieves the size of a specific version (in bytes).
            
 
Namespace: PDTec.IceNet.Core.Model.FileAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxlong 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