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 Code |
---|---|
public class MetadataDictionary |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class MetadataDictionary |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
MetadataDictionary |
Public Methods
Name | Description | |
---|---|---|
Add | (Inherited from Dictionary<(Of <String, Object>)>.) | |
Clear | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ContainsKey | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ContainsValue | (Inherited from Dictionary<(Of <String, Object>)>.) | |
CopyTo | Overloaded. | |
Equals | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from Dictionary<(Of <String, Object>)>.) | |
GetType | (Inherited from Object.) | |
GetValue<(Of <<'(T>)>>) |
Gets the value.
|
|
OnDeserialization | (Inherited from Dictionary<(Of <String, Object>)>.) | |
Remove | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ToString | (Inherited from Object.) | |
TryGetValue | (Inherited from Dictionary<(Of <String, Object>)>.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
KeyCacheControl |
Cache control key.
|
|
KeyDublinCore |
Dublin Core metadata key.
|
|
KeyEndResponse |
End response key.
|
|
KeyPdfSettings |
Pdf settings key.
|
|
KeyTransferLocation |
Transfer location key.
|
|
KeyWriteTotalProcessingTimeCookie |
Key of entry in the response metadata that specifies that a TotalProcessingTimeCookieName cookie should be written to the client.
|
Public Properties
Name | Description | |
---|---|---|
CacheControl |
Gets or sets the cache control.
|
|
Comparer | (Inherited from Dictionary<(Of <String, Object>)>.) | |
Count | (Inherited from Dictionary<(Of <String, Object>)>.) | |
DublinCore |
Obsolete.
Gets or sets the dublin core metadata.
|
|
EndResponse |
Gets or sets a value indicating whether to end the response.
|
|
Item | (Inherited from Dictionary<(Of <String, Object>)>.) | |
Keys | ||
TransferLocation |
Gets or sets the transfer location.
|
|
Values | ||
WriteTotalProcessingTimeCookie |
Gets or sets a value indicating whether to write the total processing time cookie.
|
Explicit Interface Implementations
See Also
Smartsite.Base.Metadata Namespace