ModuleListPageSearchOptions Class
Retrieves search fields for a module list. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ModuleListPageSearchOptions() | Initializes a new instance of the ModuleListPageSearchOptions class. |
![]() | ModuleListPageSearchOptions(String) | Initializes a new instance of the ModuleListPageSearchOptions class by using the specified search text. |
![]() | ModuleListPageSearchOptions(String, ModuleListPageSearchField) | Initializes a new instance of the ModuleListPageSearchOptions class by using the specified search text and field. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is used to filter searches on a module list.
The following example shows a possible way to set the display options.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

