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

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

Syntax

C#
public void InsertDefaultCurrency(
	int groupId,
	int userId,
	string code
)
Visual Basic (Declaration)
Public Sub InsertDefaultCurrency ( _
	groupId As Integer, _
	userId As Integer, _
	code As String _
)
Visual C++
public:
void InsertDefaultCurrency(
	int groupId, 
	int userId, 
	String^ code
)

Parameters

groupId
Type: System..::.Int32
userId
Type: System..::.Int32
code
Type: System..::.String

See Also