Table of Contents

Class UploadResult

Namespace
Xping.Sdk.Core.Upload
Assembly
Xping.Sdk.Core.dll

Represents the result of an upload operation.

public sealed class UploadResult
Inheritance
UploadResult
Inherited Members

Properties

ErrorMessage

Gets or sets the error message if the upload failed.

public string? ErrorMessage { get; set; }

Property Value

string

ExecutionCount

Gets or sets the number of executions uploaded.

public int ExecutionCount { get; set; }

Property Value

int

ReceiptId

Gets or sets the receipt ID from the server.

public string? ReceiptId { get; set; }

Property Value

string

Success

Gets or sets a value indicating whether the upload was successful.

public bool Success { get; set; }

Property Value

bool