IPluginStorageRemove Method

Removes an existing value for the current plug-in and the specified key.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
bool Remove(
	string key
)

Parameters

key  String
Key to remove the value by.

Return Value

Boolean

See Also