FolderInfo.EnumerateFolders

EnumerateFolders()

Exposes the enumerator, which supports an iteration of subfolders in folder.

public IEnumerable<FolderInfo> EnumerateFolders()

Return Value

IEnumerable, that represents an enumerator that iterates through a subfolders in folder.

See Also


EnumerateFolders(FolderKind)

Exposes the enumerator, which supports an iteration of subfolders in folder.

public IEnumerable<FolderInfo> EnumerateFolders(FolderKind kind)
ParameterTypeDescription
kindFolderKindThe FolderKind that represents kind of folder.

Return Value

IEnumerable, that represents an enumerator that iterates through a subfolders in folder.

See Also