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

sets the user profile for the calendar

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

Syntax

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

Parameters

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

Return Value

See Also