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

Gets the signature of teh service tracker project object

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

Syntax

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

Parameters

sid
Type: System..::.String
The service id
currentUserId
Type: System..::.Int32
The id of the current user
currentGroupId
Type: System..::.Int32
The id of the current group

Return Value

The service object that contains the signature

See Also