Click or drag to resize

IceNetVaultProtocolBuildUrl Method (String, String, Int64, Int32, DateTime)

Namespace:  PDTec.IceNet.Domain.VaultServer
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public string BuildUrl(
	string contentUuid,
	string command,
	long offset,
	int size,
	DateTime expiration
)

Parameters

contentUuid
Type: SystemString
command
Type: SystemString
offset
Type: SystemInt64
size
Type: SystemInt32
expiration
Type: SystemDateTime

Return Value

Type: String

Implements

IVaultUrlBuilderBuildUrl(String, String, Int64, Int32, DateTime)
See Also