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

Gets all the user profiles

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

Syntax

C#
public void GetAllUserProfiles(
	int userId,
	int groupId,
	ref BulletinBoardUserProfile bbProf,
	ref CalendarUserProfile calProf,
	ref DocumentUserProfile docProf,
	ref ExpenseUserProfile expProf,
	ref TimesheetUserProfile timeProf,
	ref TrackerUserProfile trkProf,
	ref PunchClockUserProfile pcProf
)
Visual Basic (Declaration)
Public Sub GetAllUserProfiles ( _
	userId As Integer, _
	groupId As Integer, _
	ByRef bbProf As BulletinBoardUserProfile, _
	ByRef calProf As CalendarUserProfile, _
	ByRef docProf As DocumentUserProfile, _
	ByRef expProf As ExpenseUserProfile, _
	ByRef timeProf As TimesheetUserProfile, _
	ByRef trkProf As TrackerUserProfile, _
	ByRef pcProf As PunchClockUserProfile _
)
Visual C++
public:
void GetAllUserProfiles(
	int userId, 
	int groupId, 
	BulletinBoardUserProfile^% bbProf, 
	CalendarUserProfile^% calProf, 
	DocumentUserProfile^% docProf, 
	ExpenseUserProfile^% expProf, 
	TimesheetUserProfile^% timeProf, 
	TrackerUserProfile^% trkProf, 
	PunchClockUserProfile^% pcProf
)

Parameters

userId
Type: System..::.Int32
groupId
Type: System..::.Int32
bbProf
Type: OfficeClip.BusinessLayer.Framework.Profile..::.BulletinBoardUserProfile%
calProf
Type: OfficeClip.BusinessLayer.Framework.Profile..::.CalendarUserProfile%
docProf
Type: OfficeClip.BusinessLayer.Framework.Profile..::.DocumentUserProfile%
expProf
Type: OfficeClip.BusinessLayer.Framework.Profile..::.ExpenseUserProfile%
timeProf
Type: OfficeClip.BusinessLayer.Framework.Profile..::.TimesheetUserProfile%
trkProf
Type: OfficeClip.BusinessLayer.Framework.Profile..::.TrackerUserProfile%
pcProf
Type: OfficeClip.BusinessLayer.Framework.Profile..::.PunchClockUserProfile%

See Also