Create index entry options
SearchResultsCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SearchResultsCreateOptions { Guid? ApplicationId { get; set; } string Category { get; set; } string Collapse { get; set; } Guid? ContainerId { get; set; } string CreatedBy { get; set; } List<SearchField> CustomFields { 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; } int? SectionId { get; set; } string Tags { get; set; } int? ThreadId { 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 | ||
CreatedBy | string | Created by user | ||
CustomFields | List<SearchField> | Custom fields | ||
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 | ||
SectionId | int? | Section Id | ||
Tags | string | Tags | ||
ThreadId | int? | Thread Id | ||
UserId | int? | User Id | ||
Username | string | User's name | ||
WikiId | int? | Wiki Id |