Click or drag to resize
IDatabaseFileContentGetList Method

Namespace: PDTec.IceNet.Core.Database.Implementation
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void FileContentGetList(
	FileContentFilter filter,
	string vaultId,
	DateTime changedBeforeDate,
	string uuidParameter,
	string hashParameter,
	int maxResults,
	out ContentRecord[] aContents
)

Parameters

filter
Type: PDTec.IceNet.Core.DatabaseFileContentFilter
vaultId
Type: SystemString
changedBeforeDate
Type: SystemDateTime
uuidParameter
Type: SystemString
hashParameter
Type: SystemString
maxResults
Type: SystemInt32
aContents
Type: PDTec.IceNet.Core.Database.ImplementationContentRecord
See Also