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 SourceOperationsCompleted
Gets the number of operations that have been executed.
Declaration
public int OperationsCompleted { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessState
Gets the state of the mass process.
Declaration
public string ProcessState { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |