JAMS Developer Guide
SaveData(Guid,Object,String,String,Boolean) Method


MVPSI.JAMS Namespace > Entry Class > SaveData Method : SaveData(Guid,Object,String,String,Boolean) Method
A guid that identifies the type of data being stored.
The object to be stored.
Audit Trail message.
Audit trail comment
When true, the saved data is sent to the Entry.
Saves a serialized object to the database for this entry.
Syntax
'Declaration
 
Public Overloads Sub SaveData( _
   ByVal objectId As System.Guid, _
   ByVal obj As System.Object, _
   ByVal message As System.String, _
   ByVal comment As System.String, _
   Optional ByVal sendDataToEntry As System.Boolean _
) 
'Usage
 
Dim instance As Entry
Dim objectId As System.Guid
Dim obj As System.Object
Dim message As System.String
Dim comment As System.String
Dim sendDataToEntry As System.Boolean
 
instance.SaveData(objectId, obj, message, comment, sendDataToEntry)
public void SaveData( 
   System.Guid objectId,
   System.object obj,
   System.string message,
   System.string comment,
   System.bool sendDataToEntry
)

Parameters

objectId
A guid that identifies the type of data being stored.
obj
The object to be stored.
message
Audit Trail message.
comment
Audit trail comment
sendDataToEntry
When true, the saved data is sent to the Entry.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members
Overload List