Click or drag to resize

IFolderGetObjects Method (IObjType, Boolean, Int32)

Retrieves all objects of a specific type 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(
	IObjType pObjType,
	bool inclSubtypes,
	int maxCount
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The object type
inclSubtypes
Type: SystemBoolean
Indicates if objects of subtypes qualify as well
maxCount
Type: SystemInt32
The maximum size of the result collection

Return Value

Type: IObject
The objects (as specified)
See Also