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: 7.2.0.0 (7.2.7583.15464)
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