Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.InstalledModules.TryFindModuleEntry Method

Find an installed module entry based on its permanent module Guid.

Class: YetaWF.Core.Modules.InstalledModules
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public static ModuleTypeEntry? TryFindModuleEntry( Guid permanentGuid );

Parameters

permanentGuid

The module's permanent Guid.

Return Value

The module entry of the module or null if not found.

See Also YetaWF.Core.Modules.InstalledModules ClassYetaWF.Core Overview