Class AreaFilter
Represents a filter used to retrieve areas in the application.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class AreaFilter
Properties
Count
Gets or sets the maximum number of areas to retrieve.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name used to filter areas.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
Gets or sets the publish mode used to filter areas.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |
SectionIdMaster
Gets or sets the identifier of the section used to filter areas.
Declaration
public string SectionIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |