Interface IFileSystemNode
A Directed Acyclic Graph (DAG) for IPFS file system node.
Inherited Members
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IFileSystemNode : IMerkleNode<IFileSystemLink>, IDataBlock
Properties
| Improve this Doc View SourceIsDirectory
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. |