Show / Hide Table of Contents

Class FolderMoveResponse

Represents the HTTP response that we get back when making a request to the MoveFolderAsync API endpoint.

Inheritance
System.Object
FolderMoveResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class FolderMoveResponse

Properties

| Improve this Doc View Source

OperationsCompleted

Gets the number of operations that have been executed.

Declaration
public int OperationsCompleted { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ProcessState

Gets the state of the mass process.

Declaration
public string ProcessState { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TotalOperations

Gets the number of operations needed to be executed to move the object.

Declaration
public int TotalOperations { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX