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

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

Syntax

C#
public int UpdateAddressBookInfo(
	int addressbookId,
	bool isShare,
	string name,
	int currentGroupId
)
Visual Basic (Declaration)
Public Function UpdateAddressBookInfo ( _
	addressbookId As Integer, _
	isShare As Boolean, _
	name As String, _
	currentGroupId As Integer _
) As Integer
Visual C++
public:
int UpdateAddressBookInfo(
	int addressbookId, 
	bool isShare, 
	String^ name, 
	int currentGroupId
)

Parameters

addressbookId
Type: System..::.Int32
isShare
Type: System..::.Boolean
name
Type: System..::.String
currentGroupId
Type: System..::.Int32
The id of the current organization

Return Value

-2 if already exists, 0 if successful

See Also