Click or drag to resize

CryptoVaultProtocolBuildUrl Method (String, String, String, String, String, 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,
	string fileName,
	string mimeType,
	string contDisp,
	DateTime expiration
)

Parameters

contentUuid
Type: SystemString
command
Type: SystemString
fileName
Type: SystemString
mimeType
Type: SystemString
contDisp
Type: SystemString
expiration
Type: SystemDateTime

Return Value

Type: String

Implements

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