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 IObject[] GetObjects(
int maxCount
)
Parameters
- maxCount
- Type: SystemInt32
The maximum size of the result collection
Return Value
Type:
IObjectThe objects (incomplete if the folder contains more than
maxCount objects)
See Also