Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.GetHasSourceAsync Method

Returns whether the current package is a source code package (includes source code). Source code package are only found on development systems.

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

Syntax

public Task<bool> GetHasSourceAsync();

Return Value

(not specified)

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