文章 SearchResultsUpdateOptions 类

  • 命名空间: Limyee.Extensibility.Api.Version1
  • 程序集: Limyee.Api.dll

定义

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;  }
}

属性

名称

类型

描述

默认值

选项

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