Click or drag to resize

IVaultUrlBuilder.BuildDownloadUrlInfo Method

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
FileContentDownloadUrlInfo BuildDownloadUrlInfo(
	bool isClient,
	string contentUuid,
	DateTime expiration,
	string fileName = null,
	string mimeType = null,
	string contentDisposition = null
)

Parameters

isClient
Type: System.Boolean
contentUuid
Type: System.String
expiration
Type: System.DateTime
fileName (Optional)
Type: System.String
mimeType (Optional)
Type: System.String
contentDisposition (Optional)
Type: System.String

Return Value

Type: FileContentDownloadUrlInfo
See Also