Table of Contents

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

int

OrderBy

Order by

public string? OrderBy { get; set; }

Property Value

string

OrderByDirection

Order by direction

public string? OrderByDirection { get; set; }

Property Value

string

PageNumber

Number of page for pagination

public int PageNumber { get; set; }

Property Value

int

PageSize

Size of page for pagination

public int PageSize { get; set; }

Property Value

int

ResultType

Type of search result

public ContentSearchResultType? ResultType { get; set; }

Property Value

ContentSearchResultType?

SearchValue

Free text

public string? SearchValue { get; set; }

Property Value

string
To top