Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RemoveAttachedData Method (key)
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionRemoveAttachedData(String)
Removes the attached data.
Declaration Syntax
C#Visual BasicVisual C++
bool RemoveAttachedData(
	string key
)
Function RemoveAttachedData ( _
	key As String _
) As Boolean
bool RemoveAttachedData(
	String^ key
)
Parameters
key (String)
The key.
Return Value
true if the data was successfully removed from the key; otherwise, false.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)