IptcEnvelopeRecord Class |
Namespace: GroupDocs.Metadata.Standards.Iptc
The IptcEnvelopeRecord type exposes the following members.
Name | Description | |
---|---|---|
![]() | IptcEnvelopeRecord |
Initializes a new instance of the IptcEnvelopeRecord class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of metadata properties.
(Inherited from MetadataPackage.) |
![]() | DateSent |
Gets or sets the date the service sent the material.
|
![]() | Destination |
Gets or sets the destination.
|
![]() | Destinations |
Gets or sets an array of destinations.
|
![]() | FileFormat |
Gets or sets the file format.
|
![]() | FileFormatVersion |
Gets or sets the file format version.
A number representing the particular version of the File Format specified in FileFormat.
|
![]() | ItemString |
Gets the MetadataProperty with the specified name.
(Inherited from MetadataPackage.) |
![]() | ItemByte |
Gets the IptcDataSet with the specified dataSet number.
(Inherited from IptcRecord.) |
![]() | ItemIptcEnvelopeRecordDataSet |
Gets the IptcDataSet with the specified number.
|
![]() | Keys |
Gets a collection of the metadata property names.
(Inherited from MetadataPackage.) |
![]() | KnowPropertyDescriptors | Obsolete.
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | MetadataType |
Gets the metadata type.
(Inherited from MetadataPackage.) |
![]() | ModelVersion |
Gets or sets a number identifying the version of the information.
|
![]() | ProductID |
Gets or sets the product identifier.
|
![]() | ProductIds |
Gets or sets the product identifiers.
|
![]() | PropertyDescriptors |
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | RecordNumber |
Gets the record number.
(Inherited from IptcRecord.) |
![]() | ServiceIdentifier |
Gets or sets the service identifier.
|
Name | Description | |
---|---|---|
![]() | AddProperties |
Adds known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | Contains |
Determines whether the package contains a metadata property with the specified name.
(Inherited from MetadataPackage.) |
![]() | Equals | (Inherited from Object.) |
![]() | FindProperties |
Finds the metadata properties satisfying the specified predicate.
The search is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from MetadataPackage.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | RemoveProperties |
Removes metadata properties satisfying the specified predicate.
(Inherited from MetadataPackage.) |
![]() | Sanitize |
Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | SetProperties |
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(FuncMetadataProperty, Boolean, PropertyValue) and UpdateProperties(FuncMetadataProperty, Boolean, PropertyValue).
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.
(Inherited from MetadataPackage.) |
![]() | ToList |
Creates a list from the package.
(Inherited from IptcRecord.) |
![]() | ToString | (Inherited from Object.) |
![]() | UpdateProperties |
Updates known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |