ModuleListPageViewModes Enumeration

 

Specifies the views in the View drop-down list.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

[FlagsAttribute]
public enum ModuleListPageViewModes

Member nameDescription
Details

Displays configuration features as a list of names and descriptions.

Icons

Displays configuration features as icons.

List

Displays configuration features as a list of names.

Tiles

Displays configuration features as tiles.

You can use this enumeration in Features View in IIS Manager to set the view mode and arrange the display of configuration features.

This enumerator has a System.FlagsAttribute attribute that enables a bitwise combination of its member values.

The following example sets the view mode to Details.

The following example specifies how to set the view mode to each of the enumeration values.

Return to top
Show: