Table of Contents

Class ContentSearchResultItem

Namespace
Dynamicweb.Content.Searching
Assembly
Dynamicweb.dll

Content search result item

public sealed class ContentSearchResultItem
Inheritance
ContentSearchResultItem
Inherited Members

Properties

Active

public bool Active { get; init; }

Property Value

bool

AreaId

public int AreaId { get; init; }

Property Value

int

CreatedAt

public DateTime CreatedAt { get; init; }

Property Value

DateTime

Id

public int Id { get; init; }

Property Value

int

ModuleSystemName

public string? ModuleSystemName { get; init; }

Property Value

string

Name

public string? Name { get; init; }

Property Value

string

PageId

public int PageId { get; init; }

Property Value

int

ResultType

public ContentSearchResultType ResultType { get; init; }

Property Value

ContentSearchResultType

UpdatedAt

public DateTime UpdatedAt { get; init; }

Property Value

DateTime
To top