Group
Show / Hide Table of Contents

Class DeleteDocumentsResponseValue

The Value from a 'DeleteCandidates' or 'DeleteJobs' response

Inheritance
System.Object
DeleteDocumentsResponseValue
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.MatchV2.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class DeleteDocumentsResponseValue

Properties

| Improve this Doc View Source

DeletedDocumentIds

List of documents successfully deleted.

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