Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Identity.User.RemoveDependentPackagesAsync Method

Calls all classes implementing the IRemoveUser interface to remove any data associated with the specified user.

Class: YetaWF.Core.Identity.User
Namespace: YetaWF.Core.Identity
Assembly: YetaWF.Core

Syntax

public static Task RemoveDependentPackagesAsync( int userId );

Parameters

userId

The id of the user being removed.

See Also YetaWF.Core.Identity.User ClassYetaWF.Core Overview