Click or drag to resize

BusinessFolderGetChildFoldersT Method (String, Boolean, Int32)

Namespace:  PDTec.IceNet.Domain.Folders
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public T[] GetChildFolders<T>(
	string folderTypeName,
	bool inclSubtypes,
	int maxCount
)
where T : new(), Object

Parameters

folderTypeName
Type: SystemString
inclSubtypes
Type: SystemBoolean
maxCount
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also