Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Module.RemoveModuleDefinitionAsync Property

Removes a module given the module Guid. Returns true if the module was removed, false if the module doesn't exist. All other errors cause an exception.

Class: YetaWF.Core.IO.Module
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public static Func<Guid,Task<bool>> RemoveModuleDefinitionAsync { get; set; }

See Also YetaWF.Core.IO.Module ClassYetaWF.Core Overview