filter_by_group method
filter_by_group
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 | str | The name of the group. |
See Also
- module
groupdocs.metadata.formats.businesscard
- class
VCardCard