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

Sets the group profile for the calendar

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

Syntax

C#
public int SetCalendarGroupProfile(
	int groupId,
	CalendarGroupProfile cp
)
Visual Basic (Declaration)
Public Function SetCalendarGroupProfile ( _
	groupId As Integer, _
	cp As CalendarGroupProfile _
) As Integer
Visual C++
public:
int SetCalendarGroupProfile(
	int groupId, 
	CalendarGroupProfile^ cp
)

Parameters

groupId
Type: System..::.Int32
cp
Type: OfficeClip.BusinessLayer.Framework.Profile..::.CalendarGroupProfile

Return Value

See Also