Show / Hide Table of Contents

Class NamedContent

Content that has an associated name.

Inheritance
Object
NamedContent
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public class NamedContent

Properties

| Improve this Doc View Source

ContentPath

Path to the content.

Declaration
public string ContentPath { get; set; }
Property Value
Type Description
String

Typically /ipfs/....

| Improve this Doc View Source

NamePath

Path to the name.

Declaration
public string NamePath { get; set; }
Property Value
Type Description
String

Typically /ipns/....

See Also

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