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 properties.
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
Name | Description | |
---|---|---|
IDictionary..::..IsFixedSize | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..IsReadOnly | ||
ICollection..::..IsSynchronized | (Inherited from Dictionary<(Of <String, Object>)>.) | |
IDictionary..::..Item | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ICollection..::..SyncRoot | (Inherited from Dictionary<(Of <String, Object>)>.) |
See Also
Smartsite.Base.Metadata Namespace