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
AreaId
public int AreaId { get; init; }
Property Value
CreatedAt
public DateTime CreatedAt { get; init; }
Property Value
Id
public int Id { get; init; }
Property Value
ModuleSystemName
public string? ModuleSystemName { get; init; }
Property Value
Name
public string? Name { get; init; }
Property Value
PageId
public int PageId { get; init; }
Property Value
ResultType
public ContentSearchResultType ResultType { get; init; }
Property Value
UpdatedAt
public DateTime UpdatedAt { get; init; }