Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
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: Boolean
true if the repository contains a FileContent with this UUID; otherwise, false.
See Also