ZipProblemDetectedEventArgs.NewName Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
NewName
Gets or sets the new name for the currently processes file or directory. If the currently selected action is set to Rename, this property has to be set; otherwise it is ignored.
Declaration
public string NewName { get; set; }
Property Value
Type | Description |
---|---|
String | New name. |