ZipArchive.AddText Method
| Name | Parameters | Description |
|---|---|---|
| AddText(String, String, Encoding) | name, content, encoding | Creates a text zip item and adds it to archive. |
| AddText(String, String) | name, content | Creates a text zip item and adds it to the archive. |
| AddText(String) | name | Creates an empty text zip item and adds it to archive. |