Group
Show / Hide Table of Contents

Class IndexDocumentRequest

Base class for 'index resume' or 'index job' request body

Inheritance
System.Object
IndexDocumentRequest
IndexJobRequest
IndexResumeRequest
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 IndexDocumentRequest

Properties

| Improve this Doc View Source

UserDefinedTags

The user-defined tags you want the document to have

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
☀
☾