Class ListFilter
Represents a filter to use when retrieving lists.
Inherited Members
Namespace: DataWeb.Data
Assembly: DataWeb.Core.dll
Syntax
public class ListFilter
Properties
Count
Gets or sets the maximum number of items to retrieve in the filtered list.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the list to filter.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
Gets or sets the publish mode of the list to filter.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |