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

Gets the user profile for the calendar

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

Syntax

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

Parameters

userId
Type: System..::.Int32

Return Value

See Also