CryptoVaultProtocol.BuildUrl Method (Boolean, 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 public string BuildUrl(
bool isClientUrl,
string contentUuid,
string command,
string fileName,
string mimeType,
string contDisp,
DateTime expiration
)
Parameters
- isClientUrl
- Type: System.Boolean
- contentUuid
- Type: System.String
- command
- Type: System.String
- fileName
- Type: System.String
- mimeType
- Type: System.String
- contDisp
- Type: System.String
- expiration
- Type: System.DateTime
Return Value
Type:
StringImplements
IVaultUrlBuilder.BuildUrl(Boolean, String, String, String, String, String, DateTime)See Also