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.0.0.0 (7.0.6906.26599)
SyntaxIObject[] 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