Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.IsValid Property

Returns whether the package object is valid.

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

Syntax

public bool IsValid { get; }

Remarks

If a package object is created using the constructor Package(assembly) and the assembly is not a YetaWF package, this returns false.

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