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

Deletes all the profile values for the organization and for the user, a value of -1 does not remove the profile.

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

Syntax

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

Parameters

userId
Type: System..::.Int32
The unique id of the user
groupId
Type: System..::.Int32
The unique id of the organization

See Also