Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IArchives Interface / Remove Method
Name of the archive to remove.
Whether to compress the archive after removal.
Name of the data store to remove file from.


Remove Method (IArchives)
Remove an archive from a server for off-line storage. The archive contents become unavailable for query.
Syntax
Sub Remove( _
   ByVal archivename As System.String, _
   ByVal zipArchive As System.Boolean, _
   Optional ByVal datastoreName As System.String _
) 

Parameters

archivename
Name of the archive to remove.
zipArchive
Whether to compress the archive after removal.
datastoreName
Name of the data store to remove file from.
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