filter_by_group method

filter_by_group(self, group_name)

Filters all vCard records by the group name passed as a parameter. For more information please see the VCardCard.get_available_groups method.

Returns

The filtered vCard instance.


def filter_by_group(self, group_name):
    ...
Parameter Type Description
group_name System.String The name of the group.

See Also