Index delete options
SearchIndexDeleteOptions
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SearchIndexDeleteOptions { Guid? ApplicationId { get; set; } string Category { get; set; } Guid? ContainerId { get; set; } Guid? ContentTypeId { get; set; } List<DateRangeFilter> DateRangeFilters { get; set; } DateTime? EndDate { get; set; } List<FieldFilter> FieldFilters { get; set; } string Filters { get; set; } Guid? Id { get; set; } bool? IsApplication { get; set; } bool? IsContainer { get; set; } bool? IsContent { get; set; } bool? LogicallyOrTags { get; set; } string Query { get; set; } Guid? RelatedId { get; set; } DateTime? StartDate { get; set; } List<string> Tags { get; set; } int? UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Application Id | ||
Category | string | Category | ||
ContainerId | Guid? | Container Id | ||
ContentTypeId | Guid? | Filters seach by Content Type Id | ||
DateRangeFilters | List<DateRangeFilter> | List of Date range filters | ||
EndDate | DateTime? | End date | ||
FieldFilters | List<FieldFilter> | List of Field filters | ||
Filters | string | Filters | ||
Id | Guid? | Id | ||
IsApplication | bool? | Is application | ||
IsContainer | bool? | Is container | ||
IsContent | bool? | Is content | ||
LogicallyOrTags | bool? | Logically or Tags | ||
Query | string | Query | ||
RelatedId | Guid? | Related Id | ||
StartDate | DateTime? | Start date | ||
Tags | List<string> | List of Tags | ||
UserId | int? | User Id |