Click or drag to resize

ZIPContains Method

[This is preliminary documentation and is subject to change.]

Check if the given path name is present in the current ZIP file. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public bool Contains(
	string Name
)

Parameters

Name
Type: SystemString

[Missing <param name="Name"/> documentation for "M:dss_sharp.ZIP.Contains(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:dss_sharp.ZIP.Contains(System.String)"]

See Also