[]
        
(Showing Draft Content)

C1.C1Schedule.Appointment.IsGroupMember

IsGroupMember Method

IsGroupMember(BaseObject, string)

Returns True if the current Appointment object is a member of a group which is specified by the groupOwner and groupBy parameters; False otherwise.

Declaration
public bool IsGroupMember(BaseObject groupOwner, string groupBy)
Parameters
Type Name Description
BaseObject groupOwner

The BaseObject object determining the appointment group.

string groupBy

The string value determining the type of grouping.

Returns
Type Description
bool