DatabaseUtilsGetUsedVaultCapacity Method (IFile) |
Calculates the vault capacity used by a single Core.File object.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static long GetUsedVaultCapacity(
IFile pFile
)
Parameters
- pFile
- Type: PDTec.IceNet.Core.Model.FileIFile
The object.
Return Value
Type:
Int64The vault capacity used in bytes.
Remarks
Legacy file content (pre-ice.NET 3.4) does not have size information
stored in the database. This content is counted as 0 bytes.
See Also