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

Update the block on the account application for OfficeClip

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

Syntax

C#
public int UpdateAccountApplicationBlockForOfficeClip(
	int userId,
	int selectedPackage
)
Visual Basic (Declaration)
Public Function UpdateAccountApplicationBlockForOfficeClip ( _
	userId As Integer, _
	selectedPackage As Integer _
) As Integer
Visual C++
public:
int UpdateAccountApplicationBlockForOfficeClip(
	int userId, 
	int selectedPackage
)

Parameters

userId
Type: System..::.Int32
The unique id of the user
selectedPackage
Type: System..::.Int32
The selected package

Return Value

0 if success, otherwise error

See Also