Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.GetInstallOrder Method

Returns a list of all public types in the current package, in the order they should be installed.

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

Syntax

public List<Type> GetInstallOrder();

Return Value

Returns a collection of types.

Remarks

Only explicitly defined types using InstallOrderAttributes are listed.

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