Class FormFilter
Represents the filter criteria used when querying form definitions from the data store.
Inherited Members
Namespace: DataWeb.Data
Assembly: DataWeb.Core.dll
Syntax
public class FormFilter
Properties
Count
Gets or sets the maximum number of results to return. A value of 0 means no limit.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the form to filter by.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
Gets or sets the publish mode filter. When null, all publish modes are returned.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |