Click or drag to resize
ZipStorageProviderDispose Method (Boolean)
Releases the unmanaged resources used by the current instance of the ZipStorageProvider class, and optionally releases the managed resources.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
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