Class ViewFilter
Represents a filter for a View.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ViewFilter
Properties
Count
Gets or sets the number of Views to return.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the View.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
Gets or sets the publish mode.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |
SectionIdMaster
Gets or sets the unique identifier of the Section.
Declaration
public string SectionIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |