Click or drag to resize
ZipStorageProviderIsZipFolderPath Method
Gets the zip file path from the given zip folder path. Returns null if the path isn't a zip folder path

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static bool IsZipFolderPath(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Boolean
See Also