Platform Symphony .NET API Reference - Version 4.1
SetCommonData Method (commonData)
NamespacesPlatform.Symphony.SoamSessionUpdateAttributesSetCommonData(Message)
Sets a common data update. This method allows you to set a common data update for the session. It sends your common data update to the service as a Platform.Symphony.Soam.Message object. On the service, you must use SessionContext.PopulateCommonData method to retrieve the update. Default value is null - no common data update.
Declaration Syntax
C#
public void SetCommonData(
	Message commonData
)
Parameters
commonData (Message)

The common data update for the session.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0