Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / AttachedDocumentInfo Class / AttachedDocumentInfo Constructor / AttachedDocumentInfo Constructor(String,String,Boolean)
Path to the document or link.
Description of the new attached document or link.
Specify if download (attach) the file to the part.
In This Topic
    AttachedDocumentInfo Constructor(String,String,Boolean)
    In This Topic
    Creates new instance of attached document or link.
    Syntax
    public AttachedDocumentInfo( 
       string path,
       string description,
       bool downloadFile
    )

    Parameters

    path
    Path to the document or link.
    description
    Description of the new attached document or link.
    downloadFile
    Specify if download (attach) the file to the part.
    See Also