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

Gets the event pertaining to the changes

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 floder
changes
Type: array<System..::.String>[]()[]
The string array of changes
userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The user time zone
userId
Type: System..::.Int32
unique id of the user

Return Value

The array of OfficeClip events

See Also