C# 클래스 Visual.TagListParameters

Parameters for listing tags
파일 보기 프로젝트 열기: 23/23-api-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExcludeMachineTags bool
Order GenericSort
OrderBy TagListSort
PageOffset int?
ReformatTags bool
Search string
Size int?

프로퍼티 상세

ExcludeMachineTags 공개적으로 프로퍼티

Exclude machine tags from the result
public bool ExcludeMachineTags
리턴 bool

Order 공개적으로 프로퍼티

Ordering of the returned tag list
public GenericSort Order
리턴 GenericSort

OrderBy 공개적으로 프로퍼티

Ordering property of the returned tag list
public TagListSort OrderBy
리턴 TagListSort

PageOffset 공개적으로 프로퍼티

Page offset
public int? PageOffset
리턴 int?

ReformatTags 공개적으로 프로퍼티

Reformat tags to be humanly readable
public bool ReformatTags
리턴 bool

Search 공개적으로 프로퍼티

Search string to use. Set to null to exclude
public string Search
리턴 string

Size 공개적으로 프로퍼티

Maximum number of tags to return
public int? Size
리턴 int?