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

Gets the signature related to the private events

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

Syntax

C#
public OCService[] GetSignature(
	string sid,
	TimeZoneInfo userTz,
	TimeZoneInfo serverTz,
	int userId
)
Visual Basic (Declaration)
Public Function GetSignature ( _
	sid As String, _
	userTz As TimeZoneInfo, _
	serverTz As TimeZoneInfo, _
	userId As Integer _
) As OCService()
Visual C++
public:
array<OCService^>^ GetSignature(
	String^ sid, 
	TimeZoneInfo^ userTz, 
	TimeZoneInfo^ serverTz, 
	int userId
)

Parameters

sid
Type: System..::.String
The service id
userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone
serverTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The server timezone
userId
Type: System..::.Int32
The unique id of the user

Return Value

The array of the service object that contains the signature

See Also