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

Sets active state of specified user

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

Syntax

C#
public void UpdActivateExtranetUser(
	int userId,
	bool isActive
)
Visual Basic (Declaration)
Public Sub UpdActivateExtranetUser ( _
	userId As Integer, _
	isActive As Boolean _
)
Visual C++
public:
void UpdActivateExtranetUser(
	int userId, 
	bool isActive
)

Parameters

userId
Type: System..::.Int32
The unique id of the user to activate
isActive
Type: System..::.Boolean
Whether user is active or not

See Also