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

Gets the signature of the OfficeClip object

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

Syntax

C#
public OCService[] GetSignatureForAddressBook(
	string sid
)
Visual Basic (Declaration)
Public Function GetSignatureForAddressBook ( _
	sid As String _
) As OCService()
Visual C++
public:
array<OCService^>^ GetSignatureForAddressBook(
	String^ sid
)

Parameters

sid
Type: System..::.String
The input sid for which the signature is desired

Return Value

only the sid and checksum is populated, null value signifies that there is some error

See Also