| IFileGetContentSize Method  | 
            Retrieves the size of the latest 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)
SyntaxReturn 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