1. GroupDocs.Conversion
  2. /
  3. GroupDocs.Conversion for .NET
  4. /
  5. GroupDocs.Conversion.Contracts
  6. /
  7. CompressionNodeInfo

CompressionNodeInfo

CompressionNodeInfo class

Represents a node in a compressed file

public class CompressionNodeInfo

Constructors

Name Description
CompressionNodeInfo() The default constructor.

Properties

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

See Also