FolderUtil.GetSubFolderInfos Method (FolderTreeNodeInfo)
Retrieves folder info for the specified subfolders.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static IList<FolderShortInfo> GetSubFolderInfos(
FolderTreeNodeInfo info
)
public:
static IList<FolderShortInfo^>^ GetSubFolderInfos(
FolderTreeNodeInfo^ info
)
Public Shared Function GetSubFolderInfos (
info As FolderTreeNodeInfo
) As IList(Of FolderShortInfo)
Parameters
info
Type: Microsoft.WindowsServerSolutions.Storage.FolderTreeNodeInfoThe folder that contains the subfolders.
Return Value
Type: System.Collections.Generic.IList<FolderShortInfo>
A collection containing the folder info.
See Also
FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top