IDatabaseRepositoryGetFileContentList Method (FileContentFilter, String, DateTime, String, String, Int32) |
Note: This API is now obsolete.
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 [ObsoleteAttribute]
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:
FileContentSee Also