Class SectionFilter
A class used to filter sections when querying the database.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class SectionFilter
Properties
AreaIdMaster
Gets or sets the Id of the parent area for the section.
Declaration
public string AreaIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Count
Gets or sets the maximum number of items to return.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ElementIdMaster
Gets or sets the Id of the parent element for the section.
Declaration
public string ElementIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the section.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
Gets or sets the publishing mode for the section.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |