[This is preliminary documentation and is subject to change.]

Gets the changes related to the private event

Namespace:  OfficeClip.DBLayer.Service
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public OCEvent[] GetChanges(
	string folderId,
	string[] changes,
	TimeZoneInfo userTz,
	int userId
)
Visual Basic (Declaration)
Public Function GetChanges ( _
	folderId As String, _
	changes As String(), _
	userTz As TimeZoneInfo, _
	userId As Integer _
) As OCEvent()
Visual C++
public:
array<OCEvent^>^ GetChanges(
	String^ folderId, 
	array<String^>^ changes, 
	TimeZoneInfo^ userTz, 
	int userId
)

Parameters

folderId
Type: System..::.String
The unique id of the folder
changes
Type: array<System..::.String>[]()[]
The array of changes
userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
the user timezone object
userId
Type: System..::.Int32
Unique id of the user

Return Value

The private event array

See Also