Click or drag to resize

IDatabaseRepositoryGetFileContentList Method (FileContentFilter, String, DateTime, DateTime, String, String, Int32)

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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
FileContent[] GetFileContentList(
	FileContentFilter filter,
	string vaultName,
	DateTime changedBefore,
	DateTime changedAfter,
	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.
changedBefore
Type: SystemDateTime
Retrieved file content must have been changed before this date.
changedAfter
Type: SystemDateTime
Retrieved file content must have been changed after this date.
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