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

Construct an event object from the group id

Namespace:  OfficeClip.BusinessLayer.Service
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public OCGroupEvents(
	int groupId
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer _
)
Visual C++
public:
OCGroupEvents(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group

See Also