BusinessFolderGetChildFoldersT 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 public T[] GetChildFolders<T>(
string folderTypeName,
int maxCount
)
where T : new(), Object
Parameters
- folderTypeName
- Type: SystemString
- maxCount
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
TSee Also