[This is preliminary documentation and is subject to change.]
Gets a list of all the meeting attendees for a particular event.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ArrayList GetMeetingAttendees( int eventId ) |
Visual Basic (Declaration) |
---|
Public Function GetMeetingAttendees ( _ eventId As Integer _ ) As ArrayList |
Visual C++ |
---|
public: ArrayList^ GetMeetingAttendees( int eventId ) |
Parameters
- eventId
- Type: System..::.Int32
The id of a Meeting type event.