Returns True if the current Appointment object is a member of a group which is specified by the
groupOwner and groupBy parameters; False otherwise.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public bool IsGroupMember( BaseObject groupOwner, string groupBy ) |
Visual Basic |
---|
Public Function IsGroupMember ( _ groupOwner As BaseObject, _ groupBy As String _ ) As Boolean |
Parameters
- groupOwner
- Type: C1.C1Schedule..::..BaseObject
The BaseObject object determining the appointment group.
- groupBy
- Type: System..::..String
The String value determining the type of grouping.