Sub Remove( _ ByVal archivename As System.String, _ ByVal zipArchive As System.Boolean, _ Optional ByVal datastoreName As System.String _ )
void Remove( System.string archivename, System.bool zipArchive, System.string datastoreName )
void Remove( System.String^ archivename, System.bool zipArchive, System.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.