Dart.PowerTCP.Zip Namespace > DiskEventArgs Class : IgnoreLabel Property |
Public Property IgnoreLabel As Boolean
Dim instance As DiskEventArgs Dim value As Boolean instance.IgnoreLabel = value value = instance.IgnoreLabel
public bool IgnoreLabel {get; set;}
Checking the value of DiskEventArgs.Exception is recommended for all spanning operations. If DiskEventArgs.IgnoreLabel is used, the Exception property will contain a ZipException with an error code of ErrorCode.RemovableMediaHasIncorrectLabel.
Not all zip compression products use volume labels when creating spanned archives. This property should be used when attempting to read such an archive. Please note that if IgnoreLabel is true, the Archive component will attempt to read the disk even if the data is not valid. Once encountering invalid data, the remainder of the disk will be skipped and you will be prompted for the next disk.