IDatabaseRepositoryTryGetFileContentByUuid Method |
Tries to the get file content by UUID.
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool TryGetFileContentByUuid(
string uuid,
out FileContent sResult
)
Parameters
- uuid
- Type: SystemString
The UUID. - sResult
- Type: PDTec.IceNet.Core.DatabaseFileContent
The file content.
Return Value
Type:
Booleantrue if the repository contains a FileContent
with this UUID; otherwise,
false.
See Also