VCardIdentificationRecordset class
Leave feedback
On this page
Represents a set of Identification vCard records. These types are used to capture information associated with the identification and naming of the entity associated with the vCard.
Inheritance: VCardIdentificationRecordset →
VCardRecordset →
VCardBasePackage →
CustomPackage →
MetadataPackage
The VCardIdentificationRecordset type exposes the following members:
| Property | Description |
|---|---|
| metadata_type | Gets the metadata type. |
| keys | Gets a collection of the metadata property names. |
| property_descriptors | Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine. |
| count | Gets the number of metadata properties. |
| formatted_name_records | Gets an array containing the formatted text corresponding to the name of the object. |
| formatted_names | Gets an array containing the formatted text corresponding to the name of the object. |
| name_record | Gets the components of the name of the object. |
| name | Gets the components of the name of the object. |
| nickname_records | Gets an array containing the text corresponding to the nickname of the object. |
| nicknames | Gets an array containing the text corresponding to the nickname of the object. |
| photo_records | Gets an array containing the image or photograph information that annotates some aspects of the object. |
| photo_binary_records | Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object. |
| binary_photos | Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object. |
| photo_uri_records | Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object. |
| uri_photos | Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object. |
| birthdate_records | Gets an array containing the birth date of the object in different representations. |
| birthdate_date_time_record | Gets the birth date of the object. |
| date_time_birthdate | Gets the birth date of the object. |
| birthdate_text_records | Gets an array containing the birth date of the object in different text representations. |
| text_birthdates | Gets an array containing the birth date of the object in different text representations. |
| anniversary_record | Gets the date of marriage, or equivalent, of the object. |
| anniversary_date_time_record | Gets the date of marriage represented as a single date-and-or-time value. |
| date_time_anniversary | Gets the date of marriage represented as a single date-and-or-time value. |
| anniversary_text_record | Gets the date of marriage represented as a single text value. |
| text_anniversary | Gets the date of marriage represented as a single text value. |
| gender_record | Gets the components of the sex and gender identity of the object. |
| gender | Gets the components of the sex and gender identity of the object. |
| Method | Description |
|---|---|
contains(self, property_name) |
Determines whether the package contains a metadata property with the specified name. |
find_properties(self, specification) |
Finds the metadata properties satisfying a specification.
The search is recursive so it affects all nested packages as well. |
update_properties(self, specification, value) |
Updates known metadata properties satisfying a specification.
The operation is recursive so it affects all nested packages as well. |
remove_properties(self, specification) |
Removes metadata properties satisfying a specification. |
add_properties(self, specification, value) |
Adds known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well. |
set_properties(self, specification, value) |
Sets known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well. This method is a combination of MetadataPackage.add_properties and MetadataPackage.update_properties.
If an existing property satisfies the specification its value is updated. If there is a known property missing in the package that satisfies the specification it is added to the package. |
sanitize(self) |
Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well. |
Learn more | | |
- module
groupdocs.metadata.formats.businesscard - class
CustomPackage - class
MetadataPackage - class
VCardBasePackage - class
VCardIdentificationRecordset - class
VCardRecordset
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.