Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / RevisionableDocument Class / Revisions Property
In This Topic
    Revisions Property
    In This Topic
    List all revisions this document has.
    Syntax
    public List<Revision> Revisions {get;}
    Exceptions
    ExceptionDescription
    The object is in invalid state. Obtain a new one.

    Internal error of HpD or HpD API.

    IMPORTANT: Throwing this exception changes HpD Api's state to Failed.

    Remarks
    If this document has no revisions, returns an empty list.
    See Also