Table of Contents

Method Remove

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

Remove(string, string)

Removes an

public bool Remove(string prefix, string key)

Parameters

prefix string

The storage prefix/group containing the key to be removed.

key string

The storage key to be removed.

Returns

bool

True if an entry was removed, otherwise false.