Click or drag to resize

IceVaultClientGetFileContentSizeAsync 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 Task<long> GetFileContentSizeAsync(
	string url
)

Parameters

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

Return Value

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