Class
LightFolder

Definition

Constructors

LightFolder(string, string, string)

Declaration

cs-api-definition
public LightFolder(string providerKey, string folderPath, string projectRootPath)

Parameters

providerKey

string

folderPath

string

projectRootPath

string

Properties

Children

Declaration

cs-api-definition
public List<LightProjectElement> Children { get; }

Property Value

List<LightProjectElement>

ParentFolderPath

Declaration

cs-api-definition
public string ParentFolderPath { get; }

Property Value

string

ProjectRootPath

Declaration

cs-api-definition
public override string ProjectRootPath { get; set; }

Property Value

string

Overrides LightProjectElement.ProjectRootPath

RelativePath

Declaration

cs-api-definition
public override string RelativePath { get; }

Property Value

string

Overrides LightProjectElement.RelativePath

Extension Methods