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

Updates the account application block for the manager

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

Syntax

C#
public int UpdateAccountApplicationBlockForManager(
	int userId,
	int applicationId,
	bool managerBit
)
Visual Basic (Declaration)
Public Function UpdateAccountApplicationBlockForManager ( _
	userId As Integer, _
	applicationId As Integer, _
	managerBit As Boolean _
) As Integer
Visual C++
public:
int UpdateAccountApplicationBlockForManager(
	int userId, 
	int applicationId, 
	bool managerBit
)

Parameters

userId
Type: System..::.Int32
The unique id of the user
applicationId
Type: System..::.Int32
The unique id of the application
managerBit
Type: System..::.Boolean
The manager bit

Return Value

0 if successful, negative if error

See Also