Click or drag to resize

IceNetVaultProtocolBuildUploadUrlInfo Method

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 FileContentUploadUrlInfo BuildUploadUrlInfo(
	bool isClient,
	string contentUuid,
	long size,
	DateTime expiration
)

Parameters

isClient
Type: SystemBoolean
contentUuid
Type: SystemString
size
Type: SystemInt64
expiration
Type: SystemDateTime

Return Value

Type: FileContentUploadUrlInfo

Implements

IVaultUrlBuilderBuildUploadUrlInfo(Boolean, String, Int64, DateTime)
See Also