VCardExplanatoryRecordset class
VCardExplanatoryRecordset class
Represents a set of Explanatory vCard records. These properties are concerned with additional explanations, such as that related to informational notes or revisions specific to the vCard.
Inheritance: VCardExplanatoryRecordset
→
VCardRecordset
→
VCardBasePackage
→
CustomPackage
→
MetadataPackage
The VCardExplanatoryRecordset type exposes the following members:
Properties
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. |
category_records | Gets the application category information about the vCard, also known as “tags”. |
categories | Gets the application category information about the vCard, also known as “tags”. |
note_records | Gets the supplemental information or comments that are associated with the vCard. |
notes | Gets the supplemental information or comments that are associated with the vCard. |
product_identifier_record | Gets the identifier of the product that created the vCard object. |
product_identifier | Gets the identifier of the product that created the vCard object. |
revision | Gets the revision information about the current vCard. |
sort_string | Gets the family name or given name text to be used for national-language-specific sorting of the VCardIdentificationRecordset.formatted_names and VCardIdentificationRecordset.name types. |
sound_records | Gets the digital sound content information that annotates some aspects of the vCard. |
sound_binary_records | Gets the digital sound content information that annotates some aspects of the vCard. |
binary_sounds | Gets the digital sound content information that annotates some aspects of the vCard. |
sound_uri_records | Gets the digital sound content information that annotates some aspects of the vCard. |
uri_sounds | Gets the digital sound content information that annotates some aspects of the vCard. |
uid_record | Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard. |
uid | Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard. |
pid_identifier_records | Gets the global meaning of the local PID source identifier. |
pid_identifiers | Gets the global meaning of the local PID source identifier. |
url_records | Gets an array of URLs pointing to websites that represent the person in some way. |
urls | Gets an array of URLs pointing to websites that represent the person in some way. |
version | Gets the version of the vCard specification. |
Methods
Method | Description |
---|---|
contains | Determines whether the package contains a metadata property with the specified name. |
find_properties | Finds the metadata properties satisfying a specification.
The search is recursive so it affects all nested packages as well. |
update_properties | Updates known metadata properties satisfying a specification.
The operation is recursive so it affects all nested packages as well. |
remove_properties | Removes metadata properties satisfying a specification. |
add_properties | Adds known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well. |
set_properties | 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 | Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well. |
Remarks
Learn more | | |
See Also
- module
groupdocs.metadata.formats.businesscard
- class
CustomPackage
- class
MetadataPackage
- class
VCardBasePackage
- class
VCardExplanatoryRecordset
- class
VCardRecordset