Show / Hide Table of Contents

Interface IFileSystemNode

A Directed Acyclic Graph (DAG) for IPFS file system node.

Inherited Members
IMerkleNode<IFileSystemLink>.Links
IMerkleNode<IFileSystemLink>.ToLink(String)
IDataBlock.DataBytes
IDataBlock.DataStream
IDataBlock.Id
IDataBlock.Size
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IFileSystemNode : IMerkleNode<IFileSystemLink>, IDataBlock

Properties

| Improve this Doc View Source

IsDirectory

Determines if the node is a directory (folder).

Declaration
bool IsDirectory { get; }
Property Value
Type Description
Boolean

true if the node is a directory; Otherwise false, it is some type of a file.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX