Table of Contents

Enum UserDefinedTagsMethod

Namespace
Textkernel.Tx.Models.API.Indexes
Assembly
Textkernel.Tx.SDK.dll

A method to use when updating user-defined tags on a document

public enum UserDefinedTagsMethod

Fields

Add = 1

Adds the specified user-defined tags to a document (in addition to any existing)

Delete = 0

Deletes the specified user-defined tags from a document

Overwrite = 2

Overwrites any existing user-defined tags with the specified tags