IPluginStorageContainsKey(Guid, String) Method

Determines whether a value is stored for the specified plug-in and key.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
bool ContainsKey(
	Guid publicGuid,
	string key
)

Parameters

publicGuid  Guid
GUID of the plug-in the value is stored for.
key  String
Key the value is stored for, unique in scope of the plug-in.

Return Value

Boolean
if there is a value for the specified publicGuid and key.

See Also