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

Deletes the addressbook from the officeclip database

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

Syntax

C#
public bool DeleteAddressBook(
	string sid,
	int groupId
)
Visual Basic (Declaration)
Public Function DeleteAddressBook ( _
	sid As String, _
	groupId As Integer _
) As Boolean
Visual C++
public:
bool DeleteAddressBook(
	String^ sid, 
	int groupId
)

Parameters

sid
Type: System..::.String
The system id of the addressbook
groupId
Type: System..::.Int32
The unique id of the organization

Return Value

true if successful, false if there is an error, see the lasterror function to resolve errors.

See Also