Search Results for

    Show / Hide Table of Contents

    Class ContentImportResult

    Represents an item imported during a content import

    Inheritance
    System.Object
    ContentImportResult
    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: System.Dynamic.ExpandoObject
    Syntax
    public class ContentImportResult

    Properties

    ContentId

    ID of the resulting content.

    Declaration
    public string ContentId { get; set; }
    Property Value
    System.String

    Error

    If the operation did not succeeded, this contains error related information.

    Declaration
    public ErrorResponse Error { get; set; }
    Property Value
    ErrorResponse

    FileTransferId

    ID of the file transfer.

    Declaration
    public string FileTransferId { get; set; }
    Property Value
    System.String

    State

    State of the item.

    Declaration
    public string State { get; set; }
    Property Value
    System.String

    Succeeded

    Indicates if the operation succeeded.

    Declaration
    public bool Succeeded { get; set; }
    Property Value
    System.Boolean

    Methods

    FromJson(String)

    Declaration
    public static ContentImportResult FromJson(string data)
    Parameters
    System.String data

    Returns
    ContentImportResult

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX