Show / Hide Table of Contents

    Class ImportResultEntry

    Defines the result of the imported archive.

    Inheritance
    System.Object
    ImportResultEntry
    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: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class ImportResultEntry

    Properties

    EntryVersions

    A list with the sequence value of the documents that are not imported.

    Declaration
    public List<ImportEntryVersion> EntryVersions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ImportEntryVersion>

    ErrorMessage

    Gets or sets the error message if the import operation fails.

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String

    Status

    Gets or sets the status of the document.

    Declaration
    public ImportEntryStatus Status { get; set; }
    Property Value
    Type Description
    ImportEntryStatus
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top