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

Sets the currently selected group in the session to a particular group for the currently logged in user.

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

Syntax

C#
public void ChangeCurrentlySelectedGroup(
	int currentUserId,
	int groupId
)
Visual Basic (Declaration)
Public Sub ChangeCurrentlySelectedGroup ( _
	currentUserId As Integer, _
	groupId As Integer _
)
Visual C++
public:
void ChangeCurrentlySelectedGroup(
	int currentUserId, 
	int groupId
)

Parameters

currentUserId
Type: System..::.Int32
The id of the current user
groupId
Type: System..::.Int32
Id of a particular group which has to be set as the currently selected group.

See Also