Table of Contents

Method LoadProject

Namespace
Alternet.Common.TypeScript
Assembly
Alternet.Common.TypeScript.v9.dll

LoadProject(string)

Loads project from the specified location.

public static ProjectData LoadProject(string projectFileName)

Parameters

projectFileName string

Full project file path.

Returns

ProjectData

ProjectData containing project data.