Click or drag to resize
ZipStorageProviderDisposeAll Method
Disposes the zip storage providers

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void DisposeAll(
	Func<string, bool> pathCondition = null
)

Parameters

pathCondition (Optional)
Type: SystemFuncString, Boolean
Path condition
See Also