Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.PackageSourceRoot Property

Returns the root path of the package's source files. This is used to determine the location of a source package on a development system.

Class: YetaWF.Core.Packages.Package
Namespace: YetaWF.Core.Packages
Assembly: YetaWF.Core

Syntax

public string PackageSourceRoot { get; }

Remarks

If a package doesn't have an associated source code folder, an exception occurs.

See Also YetaWF.Core.Packages.Package ClassYetaWF.Core Overview