Click or drag to resize

IDatabaseFileContentGetList Method

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

Parameters

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