Table of Contents

Enum FolderLogicalViewMode

Namespace
Microsoft.WindowsAPICodePack.Shell
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Used to describe the view mode.

public enum FolderLogicalViewMode

Fields

Content = 5

Windows 7 and later. Content view.

Details = 1

Details view.

First = 1

The minimum valid enumeration value. Used for validation purposes only.

Icons = 3

Icons view.

Last = 5

The maximum valid enumeration value. Used for validation purposes only.

List = 4

Windows 7 and later. List view.

None = 0

This should have the same affect as Unspecified.

Tiles = 2

Tiles view.

Unspecified = -1

The view is not specified.