SecureBlackbox 2020 .NET Edition

Questions / Feedback?

UpdateVirtual Method

Updates an entry in the archive with on-the-fly content.

Syntax

public void UpdateVirtual(string path);
Public Sub UpdateVirtual(ByVal Path As String)

Remarks

Use this method to update content of an existing archive entry. Pass the archive-local entrypath via the Path parameter. After updating the entry, tune up its DataSource propertyin accordance with the desired content origin. Subscribe to BeforeCompressFile to supplythe actual data via FileData or FileStream properties.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]