SmartFoxServer Silverlight API
PutDictionary Method (key, collection)
NamespacesSmartFoxClientAPI.DataSFSObjectPutDictionary(Object, IDictionary<(Of <(Object, Object>)>))
Put Dictionary object value into SFSObject
Declaration Syntax
C#Visual BasicVisual C++
public void PutDictionary(
	Object key,
	IDictionary<Object, Object> collection
)
Public Sub PutDictionary ( _
	key As Object, _
	collection As IDictionary(Of Object, Object) _
)
public:
void PutDictionary(
	Object^ key, 
	IDictionary<Object^, Object^>^ collection
)
Parameters
key (Object)
Key name to use
collection (IDictionary<(Of <(Object, Object>)>))
Value to put into SFSObject

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)