CompressionNodeInfo
Leave feedback
On this page
Represents a node in a compressed file
public class CompressionNodeInfo
| Name | Description |
|---|---|
| CompressionNodeInfo() | The default constructor. |
| Name | Description |
|---|---|
| Children { get; } | Child nodes of this node |
| FileSize { get; set; } | Size of the file in bytes (only relevant for file nodes) |
| IsFile { get; set; } | Whether the node is a file or a directory |
| Name { get; set; } | The name of the node |
- namespace GroupDocs.Conversion.Contracts
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.