Class ContentSearchFilter
- Namespace
- Dynamicweb.Content.Searching
- Assembly
- Dynamicweb.dll
Content search filter
public sealed class ContentSearchFilter
- Inheritance
-
ContentSearchFilter
- Inherited Members
Properties
AreaId
Area id
public int AreaId { get; set; }
Property Value
ModuleSystemName
System name of a content module used on a paragraph
public string? ModuleSystemName { get; set; }
Property Value
OrderBy
Order by
public string? OrderBy { get; set; }
Property Value
OrderByDirection
Order by direction
public string? OrderByDirection { get; set; }
Property Value
PageNumber
Number of page for pagination
public int PageNumber { get; set; }
Property Value
PageSize
Size of page for pagination
public int PageSize { get; set; }
Property Value
ResultType
Type of search result
public ContentSearchResultType? ResultType { get; set; }
Property Value
SearchValue
Free text
public string? SearchValue { get; set; }