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

Sets the general user profile

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

Syntax

C#
public int SetGeneralUserProfile(
	int userId,
	GeneralUserProfile tp
)
Visual Basic (Declaration)
Public Function SetGeneralUserProfile ( _
	userId As Integer, _
	tp As GeneralUserProfile _
) As Integer
Visual C++
public:
int SetGeneralUserProfile(
	int userId, 
	GeneralUserProfile^ tp
)

Parameters

userId
Type: System..::.Int32
tp
Type: OfficeClip.BusinessLayer.Framework.Profile..::.GeneralUserProfile

Return Value

See Also