Search Results for

    Show / Hide Table of Contents

    Class DocumentInfo

    Contains information about a document.

    Inheritance
    object
    DocumentInfo
    Namespace: ABB.Robotics.RobotStudio.Documents
    Assembly: ABB.Robotics.RobotStudio.Documents.dll
    Syntax
    public sealed class DocumentInfo

    Constructors

    View Source

    DocumentInfo(DocumentProvider, string, string, string, string, string, string, string, Image, long, DateTime)

    Constructor

    Declaration
    public DocumentInfo(DocumentProvider provider, string url, string fileName, string title, string type, string author, string revision, string comments, Image preview, long fileSize, DateTime lastWrite)
    Parameters
    Type Name Description
    DocumentProvider provider
    string url
    string fileName
    string title
    string type
    string author
    string revision
    string comments
    Image preview
    long fileSize
    DateTime lastWrite

    Properties

    View Source

    Author

    Returns the author of the document.

    Declaration
    public string Author { get; }
    Property Value
    Type Description
    string
    View Source

    Available

    Returns true if the document can be read.

    Declaration
    [JsonIgnore]
    public bool Available { get; }
    Property Value
    Type Description
    bool
    View Source

    Comments

    Returns comments for the document.

    Declaration
    public string Comments { get; }
    Property Value
    Type Description
    string
    View Source

    DocumentType

    Returns the type of document.

    Declaration
    public string DocumentType { get; }
    Property Value
    Type Description
    string
    View Source

    FileName

    Returns the filename of the document.

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    string
    View Source

    FileSize

    Returns the size of the document, in bytes.

    Declaration
    public long FileSize { get; }
    Property Value
    Type Description
    long
    View Source

    LastWrite

    Returns the last time the document was modified, in UTC.

    Declaration
    public DateTime LastWrite { get; }
    Property Value
    Type Description
    DateTime
    View Source

    Preview

    Returns an image representing the document.

    Declaration
    [JsonIgnore]
    public Image Preview { get; set; }
    Property Value
    Type Description
    Image
    View Source

    Provider

    Returns the DocumentProvider that contains the document.

    Declaration
    [JsonIgnore]
    public DocumentProvider Provider { get; }
    Property Value
    Type Description
    DocumentProvider
    View Source

    Revision

    Returns the revision of the document.

    Declaration
    public string Revision { get; }
    Property Value
    Type Description
    string
    View Source

    Title

    Returns the title of the document.

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string
    View Source

    Url

    Returns the URL of the document (relative to the provider URL).

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics