'Declaration Sub Remove( _ ByVal archivename As String, _ ByVal zipArchive As Boolean, _ Optional ByVal datastoreName As String _ )
'Usage Dim instance As IArchives Dim archivename As String Dim zipArchive As Boolean Dim datastoreName As String instance.Remove(archivename, zipArchive, datastoreName)
void Remove( string archivename, bool zipArchive, string datastoreName )
void Remove( String^ archivename, bool zipArchive, String^ datastoreName )
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.