| IFolderGetObjects Method (String, Boolean, Int32) | 
            Retrieves all objects of a specific type 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(
	string objTypeName,
	bool inclSubtypes,
	int maxCount
)
Parameters
- objTypeName
 - Type: SystemString
The object type name - inclSubtypes
 - Type: SystemBoolean
Indicates if objects of subtypes qualify as well - maxCount
 - Type: SystemInt32
The maximum size of the result collection 
Return Value
Type: 
IObjectThe objects (as specified)
See Also