Click or drag to resize
IDatabaseRepositoryGetFileContentList Method
Gets a list of file contents based on various criteria ordered 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#
FileContent[] GetFileContentList(
	FileContentFilter filter,
	string vaultName,
	DateTime changedOnDate,
	string uuidParameter,
	string hashParameter,
	int maxResults
)

Parameters

filter
Type: PDTec.IceNet.Core.DatabaseFileContentFilter
A set of flags that activates the filter criteria.
vaultName
Type: SystemString
Name of the vault.
changedOnDate
Type: SystemDateTime
Retrieved file content must have been changed before or after this date, depending on filter value.
uuidParameter
Type: SystemString
The UUID pattern (the UUID must start with or be greater than the uuidParameter parameter).
hashParameter
Type: SystemString
The hash pattern (the hash value must start with or be equal to the hashParameter parameter).
maxResults
Type: SystemInt32
The maximun number of results.

Return Value

Type: FileContent
See Also