Table of Contents

Class FolderEntry

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a folder entry with its relative path.

public class FolderEntry
Inheritance
FolderEntry
Derived
Inherited Members
Extension Methods

Constructors

FolderEntry(string)

Initializes a new instance of the FolderEntry class.

public FolderEntry(string relativePath)

Parameters

relativePath string

The relative path of the folder.

Properties

RelativePath

Gets or sets the relative path of the folder. This is actually a relative full path, so that by simply getting the parent node and root, the entire path can be obtained.

public string RelativePath { get; set; }

Property Value

string