| BusinessFolderGetChildFoldersT Method (String, Boolean, Int32) | 
 
Namespace: PDTec.IceNet.Domain.FoldersAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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