ExportWriterDispose(Boolean) Method

Releases the unmanaged resources used by the ExportWriter and optionally releases the managed resources

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also