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: 7.2.0.0 (7.2.7583.15464)
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