Click or drag to resize

IceVaultClientGetFileContentSize Method

Reads file size from a vault server

Namespace:  PDTec.IceNet.Domain.VaultClient
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public long GetFileContentSize(
	string url
)

Parameters

url
Type: SystemString
The URL to read the file content size from the vault server.

Return Value

Type: Int64
The file content size of the file.
See Also