文章 TaggedContentListOptions 类

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

定义

class TaggedContentListOptions
{
	string ApplicationIds { get; set;  }
	string ApplicationTypeIds { get; set;  }
	string ContainerIds { get; set;  }
	DateTime? ContentCreatedAfterDate { get; set;  }
	DateTime? ContentCreatedBeforeDate { get; set;  }
	string ContentTypeIds { get; set;  }
	bool? IncludeSubContainers { get; set;  }
	bool? LogicallyOrTags { get; set;  }
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	string SortBy { get; set;  }
	string SortOrder { get; set;  }
	string Tags { get; set;  }
	Guid? TypeId { get; set;  }
}

属性

名称

类型

描述

默认值

选项

ApplicationIds

string

Comma-separated list of content application identifiers

ApplicationTypeIds

string

Comma-separated list of content application type identifiers

ContainerIds

string

Comma-separated list of content container identifiers

ContentCreatedAfterDate

DateTime?

Include only content created on or after

ContentCreatedBeforeDate

DateTime?

Include only content created after

ContentTypeIds

string

Comma-separated list of content type identifiers

IncludeSubContainers

bool?

Include sub containers

LogicallyOrTags

bool?

Enables filtering by logically OR-ing the filter tags

False

PageIndex

int?

Specify the page number of paged results to return. Zero-based index.

0

PageSize

int?

Specify the number of results to return per page.

20

SortBy

string

How the results will be sorted

TaggedDate

SortOrder

string

The sort order of the items

Descending

Tags

string

Comma separated list of tags to filter

TypeId

Guid?

Type (categorization) identifier