IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

BuddyGroup Property

This is a comma-separated list of the buddy's associated groups.

Object Oriented Interface

public function getBuddyGroup($buddyindex);
public function setBuddyGroup($buddyindex, $value);

Procedural Interface

ipworks_xmpp_get($res, 4 , $buddyindex);
ipworks_xmpp_set($res, 4, $value , $buddyindex);

Default Value

''

Remarks

This is a comma-separated list of the buddy's associated groups.

After the Sync event has fired, this property will contain a comma-separated list of groups for the associated BuddyId. Changing this value will cause the buddy's group associations to change. Setting it to the empty string ("") will cause the buddy to be completely disassociated from all groups.

The size of the array is controlled by the BuddyCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]