IDatabaseRepositoryTryGetFileContentByUuid Method |
Tries to the get file content by UUID.
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax bool 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