ZipStorageProviderDispose Method (Boolean) |
Releases the unmanaged resources used by the current instance of the
ZipStorageProvider class, and optionally releases the managed resources.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax protected virtual void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release unmanaged resources only.
See Also