Click or drag to resize

BusinessFolderGetChildFolders Method (String, 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 BusinessFolder[] GetChildFolders(
	string folderTypeName,
	int maxCount
)

Parameters

folderTypeName
Type: SystemString
maxCount
Type: SystemInt32

Return Value

Type: BusinessFolder
See Also