| IFolderGetObjects Method (Int32) | 
            Retrieves all objects contained in the folder up to a maximum number.
            
 
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
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