OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IUserDataSeeder

Service for seeding user data.

Namespace: OpenMod.API.Users
Assembly: OpenMod.API.dll
Syntax
public interface IUserDataSeeder

Methods

| Improve this Doc View Source

SeedUserDataAsync(String, String, Nullable<String>, Nullable<Dictionary<String, Nullable<Object>>>)

Seeds initial user data.

Declaration
Task SeedUserDataAsync(string actorId, string actorType, string? displayName, Dictionary<string, object?>? data = null)
Parameters
Type Name Description
System.String actorId
System.String actorType
System.Nullable<System.String> displayName
System.Nullable<Dictionary<System.String, System.Nullable<System.Object>>> data
Returns
Type Description
Task

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)