Update index entry options
SearchResultsUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SearchResultsUpdateOptions { Guid? ApplicationId { get; set; } string Category { get; set; } string Collapse { get; set; } Guid? ContainerId { get; set; } string Content { get; set; } string ContentId { get; set; } string ContentType { get; set; } string ContentUrl { get; set; } string CreatedBy { get; set; } List<SearchField> CustomFields { get; set; } DateTime? Date { get; set; } string EditedBy { get; set; } int? GroupId { get; set; } Guid? Id { get; set; } bool? IsApplication { get; set; } bool? IsContainer { get; set; } bool? IsContent { get; set; } double? Rating { get; set; } string Roles { get; set; } int? SectionId { get; set; } string Tags { get; set; } int? ThreadId { get; set; } string Title { get; set; } int? UserId { get; set; } string Username { get; set; } int? WikiId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Application Id | ||
Category | string | Category | ||
Collapse | string | Collapse | ||
ContainerId | Guid? | Container Id | ||
Content | string | Content | ||
ContentId | string | Content Id | ||
ContentType | string | Content Type | ||
ContentUrl | string | Content Url | ||
CreatedBy | string | Created by | ||
CustomFields | List<SearchField> | Custom fields | ||
Date | DateTime? | Date | ||
EditedBy | string | Edited by user | ||
GroupId | int? | Group id | ||
Id | Guid? | Id | ||
IsApplication | bool? | Is application | ||
IsContainer | bool? | Is container | ||
IsContent | bool? | Is content | ||
Rating | double? | Rating | ||
Roles | string | Roles | ||
SectionId | int? | Section Id | ||
Tags | string | Tags | ||
ThreadId | int? | Thread Id | ||
Title | string | Title | ||
UserId | int? | User Id | ||
Username | string | User's name | ||
WikiId | int? | Wiki Id |