Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.GetRequiredPackages Method

Returns a list of names of all packages required by the current package.

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

Syntax

public List<string> GetRequiredPackages();

Return Value

Returns a collection of packages required by the current package.

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