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


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

Parameters

jamsEntry
The entry number for which to save the object.
objectId
A guid that identifies the type of data being stored.
obj
The object to be stored.
js
JAMS Server.
message
Audit Trail message.
comment
Audit trail comment.
sendToEntry
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