Click or drag to resize
DocumentInfo Class
This class gives access to document properties such as title, comments, preview etc.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioDocumentInfo

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class DocumentInfo

The DocumentInfo type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Author of the document
Public propertyComments
Comments for the document
Public propertyHistory
Gets a list of DocumentHistoryEntry for the document.
Public propertyPreview
Gets or sets a preview Image of the document
Public propertyRevision
The document revision
Public propertySaveVersion
Returns the product version used to save the document
Public propertyTitle
Title of the document
Public propertyType
The type of document
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromFile
Creates a read-only DocumentInfo containing the document properties for a project file
Public methodStatic memberFromFileAsync
Creates a read-only DocumentInfo containing the document properties for a project file. This method runs asynchronously.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also