Group
Show / Hide Table of Contents

Class UpdateUserDefinedTagsRequest

Request body to update (add/remove/overwrite) user-defined tags on an indexed document

Inheritance
System.Object
UpdateUserDefinedTagsRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Indexes
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class UpdateUserDefinedTagsRequest

Properties

| Improve this Doc View Source

Method

Which method to use for the specified user-defined tags

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public UserDefinedTagsMethod Method { get; set; }
Property Value
Type Description
UserDefinedTagsMethod
| Improve this Doc View Source

UserDefinedTags

The user-defined tags to add/delete/etc

Declaration
public List<string> UserDefinedTags { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾