IVaultCreateFileContent Method (Int64, String) |
Creates a file content.
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxFileContent CreateFileContent(
long size,
string hash
)
Parameters
- size
- Type: SystemInt64
The content size. - hash
- Type: SystemString
The content hash. An empty string indicates that no hash value should be stored with the file content.
Return Value
Type:
FileContentThe file content information struct.
See Also