Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.InstalledModules.TryFindModule Method

Find an installed module based on its permanent module Guid.

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

Syntax

public static Type? TryFindModule( Guid permanentGuid );

Parameters

permanentGuid

The module's permanent Guid.

Return Value

The type of the module or null if not found.

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