VCardOrganizationalRecordset

VCardOrganizationalRecordset class

Represents a set of Organizational vCard records. These properties are concerned with information associated with characteristics of the organization or organizational units of the object that the vCard represents.

public class VCardOrganizationalRecordset : VCardRecordset

Properties

Name Description
AgentObjectRecord { get; } Gets the information about another person who will act on behalf of the vCard object.
AgentRecords { get; } Gets the information about another person who will act on behalf of the vCard object.
AgentUriRecords { get; } Gets the information about another person who will act on behalf of the vCard object.
BinaryLogos { get; } Gets the graphic images of the logo associated with the object.
Count { get; } Gets the number of metadata properties.
Item { get; } Gets the MetadataProperty with the specified name.
Keys { get; } Gets a collection of the metadata property names.
LogoBinaryRecords { get; } Gets the graphic images of the logo associated with the object.
LogoRecords { get; } Gets the graphic images of the logo associated with the object.
LogoUriRecords { get; } Gets the URIs of the graphic images of the logo associated with the object.
MemberRecords { get; } Gets the members in the group this vCard represents.
Members { get; } Gets the members in the group this vCard represents.
MetadataType { get; } Gets the metadata type.
ObjectAgent { get; } Gets the information about another person who will act on behalf of the vCard object.
OrganizationNameRecords { get; } Gets the organizational names and units associated with the object.
OrganizationNames { get; } Gets the organizational names and units associated with the object.
PropertyDescriptors { get; } Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
RelationshipRecords { get; } Gets the relationships between another entity and the entity represented by this vCard.
Relationships { get; } Gets the relationships between another entity and the entity represented by this vCard.
RoleRecords { get; } Gets the functions or parts played in a particular situation by the object.
Roles { get; } Gets the functions or parts played in a particular situation by the object.
TitleRecords { get; } Gets the positions or jobs of the object.
Titles { get; } Gets the positions or jobs of the object.
UriAgents { get; } Gets the information about another person who will act on behalf of the vCard object.
UriLogos { get; } Gets the URIs of the graphic images of the logo associated with the object.

Methods

Name Description
virtual AddProperties(Func<MetadataProperty, bool>, PropertyValue) Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well.
Contains(string) Determines whether the package contains a metadata property with the specified name.
virtual FindProperties(Func<MetadataProperty, bool>) Finds the metadata properties satisfying the specified predicate. The search is recursive so it affects all nested packages as well.
GetEnumerator() Returns an enumerator that iterates through the collection.
virtual RemoveProperties(Func<MetadataProperty, bool>) Removes metadata properties satisfying the specified predicate.
virtual Sanitize() Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.
virtual SetProperties(Func<MetadataProperty, bool>, PropertyValue) Sets known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well. This method is a combination of AddProperties and UpdateProperties. If an existing property satisfies the predicate its value is updated. If there is a known property missing in the package that satisfies the predicate it is added to the package.
virtual UpdateProperties(Func<MetadataProperty, bool>, PropertyValue) Updates known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well.

Remarks

Learn more

See Also