ZipItem.Attributes Property
In This Article
Gets or sets attributes for a ZipItem that is originated from a file or directory, or that will be decompressed into a file or directory.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public FileAttributes Attributes { get; set; }
#Property Value
Type | Description |
---|---|
File |
A File |
See Also