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

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
userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The user time zone
serverTz
Type: OfficeClip.Utils..::.TimeZoneInfo
the server timezone
userId
Type: System..::.Int32
unique id of the user

Return Value

See Also