C# Class Visual.TagListParameters

Parameters for listing tags
Mostra file Open project: 23/23-api-dotnet Class Usage Examples

Public Properties

Property Type Description
ExcludeMachineTags bool
Order GenericSort
OrderBy TagListSort
PageOffset int?
ReformatTags bool
Search string
Size int?

Property Details

ExcludeMachineTags public_oe property

Exclude machine tags from the result
public bool ExcludeMachineTags
return bool

Order public_oe property

Ordering of the returned tag list
public GenericSort Order
return GenericSort

OrderBy public_oe property

Ordering property of the returned tag list
public TagListSort OrderBy
return TagListSort

PageOffset public_oe property

Page offset
public int? PageOffset
return int?

ReformatTags public_oe property

Reformat tags to be humanly readable
public bool ReformatTags
return bool

Search public_oe property

Search string to use. Set to null to exclude
public string Search
return string

Size public_oe property

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