Class ElementFilter
Represents a filter for retrieving elements.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ElementFilter
Properties
Count
The number of elements to retrieve.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
The name of the element to retrieve.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishMode
The publish mode to filter by.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |
SectionIdMaster
The Id of the section to filter by.
Declaration
public string SectionIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |