| BatchHubServiceDatabaseClientBatchHubCreateFileContent Method  | 
 
Namespace: PDTec.IceNet.Domain.BatchHub.Service.DatabaseClientAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic ServiceResult BatchHubCreateFileContent(
	string vaultName,
	long contentSize,
	string contentHash,
	out string contentUuid,
	out string createUrl,
	out string appendUrl
)
Parameters
- vaultName
 - Type: SystemString
 - contentSize
 - Type: SystemInt64
 - contentHash
 - Type: SystemString
 - contentUuid
 - Type: SystemString
 - createUrl
 - Type: SystemString
 - appendUrl
 - Type: SystemString
 
Return Value
Type: 
ServiceResultImplements
IBatchHubServiceBatchHubCreateFileContent(String, Int64, String, String, String, String)
See Also