Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IArchives Interface / Get Method
Target archive name.
Retrieved set of archive properties.
Name of the data store the file belong to.


In This Topic
    Get Method (IArchives)
    In This Topic
    Retrieve all properties for the archive of the given name. Archives are uniquely identified by name.
    Syntax
    Sub Get( _
       ByVal archivename As System.String, _
       ByRef archive As Archive, _
       Optional ByVal datastoreName As System.String _
    ) 
    void Get( 
       System.string archivename,
       out Archive archive,
       System.string datastoreName
    )
    void Get( 
       System.String^ archivename,
       [Out] Archive^ archive,
       System.String^ datastoreName
    ) 

    Parameters

    archivename
    Target archive name.
    archive
    Retrieved set of archive properties.
    datastoreName
    Name of the data store the file belong to.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also