Click or drag to resize
IFolderGetObjects Method (Int32)
Retrieves all objects contained in the folder up to a maximum number.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IObject[] GetObjects(
	int maxCount
)

Parameters

maxCount
Type: SystemInt32
The maximum size of the result collection

Return Value

Type: IObject
The objects (incomplete if the folder contains more than maxCount objects)
See Also