Click or drag to resize

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.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IObject[] 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: IObject
The objects (as specified)
See Also