This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class MetadataDictionary
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class MetadataDictionary

The type exposes the following members.

Public Constructors

  Name Description
Public method MetadataDictionary

Public Methods

  Name Description
Public method Add (Inherited from Dictionary<(Of <String, Object>)>.)
Public method Clear (Inherited from Dictionary<(Of <String, Object>)>.)
Public method ContainsKey (Inherited from Dictionary<(Of <String, Object>)>.)
Public method ContainsValue (Inherited from Dictionary<(Of <String, Object>)>.)
Public method CopyTo Overloaded.
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from Dictionary<(Of <String, Object>)>.)
Public method GetType (Inherited from Object.)
Public method GetValue<(Of <<'(T>)>>)
Gets the value.
Public method OnDeserialization (Inherited from Dictionary<(Of <String, Object>)>.)
Public method Remove (Inherited from Dictionary<(Of <String, Object>)>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from Dictionary<(Of <String, Object>)>.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member KeyCacheControl
Cache control key.
Public field Static member KeyDublinCore
Dublin Core metadata key.
Public field Static member KeyEndResponse
End response key.
Public field Static member KeyPdfSettings
Pdf settings key.
Public field Static member KeyTransferLocation
Transfer location key.
Public field Static member KeyWriteTotalProcessingTimeCookie
Key of entry in the response metadata that specifies that a TotalProcessingTimeCookieName cookie should be written to the client.

Public Properties

  Name Description
Public property CacheControl
Gets or sets the cache control.
Public property Comparer (Inherited from Dictionary<(Of <String, Object>)>.)
Public property Count (Inherited from Dictionary<(Of <String, Object>)>.)
Public property DublinCore Obsolete.
Gets or sets the dublin core metadata.
Public property EndResponse
Gets or sets a value indicating whether to end the response.
Public property Item (Inherited from Dictionary<(Of <String, Object>)>.)
Public property Keys
Public property TransferLocation
Gets or sets the transfer location.
Public property Values
Public property WriteTotalProcessingTimeCookie
Gets or sets a value indicating whether to write the total processing time cookie.

Explicit Interface Implementations

See Also

Advanced