Click or drag to resize
CachedOutput Class
Cached output container.
Inheritance Hierarchy
SystemObject
  CMS.OutputFilterCachedOutput

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class CachedOutput : IDataContainer, 
	ISimpleDataContainer, ISerializable

The CachedOutput type exposes the following members.

Constructors
  NameDescription
Public methodCachedOutput
CMSCachedOutput constructor
Public methodCachedOutput(SerializationInfo, StreamingContext)
Constructor for deserialization.
Top
Properties
  NameDescription
Public propertyAliasPath
Alias path.
Public propertyCacheDependencies
List of the item cache dependencies
Public propertyCacheInFileSystem
Cache in file system
Public propertyCacheKey
Cache key
Public propertyCacheMinutes
Cache minutes
Public propertyCachePageInfo
Document page info.
Public propertyColumnNames
Returns the column names.
Public propertyDocumentConversionValue
Document conversion value - Reflects the "DocumentConversionValue" data column.
Public propertyDocumentTrackConversionName
Document conversion name - Reflects the "DocumentTrackConversionName" data column.
Public propertyExpiration
Cache item expiration
Public propertyHeaders
Headers collection.
Public propertyHttpStatusCode
Gets or sets the HTTP status code of the output returned to the client.
Public propertyItem
Gets or sets the value of the column.
Public propertyOriginalAliasPath
Original alias path.
Public propertyOutputData
Output data.
Public propertySiteName
Site name
Public propertyStatus
URL rewriting status.
Public propertyTestCookieName
Gets or sets the A/B or Multivariate test cookie name
Public propertyURL
URL address of cached page - contains final URL address which reflects rewrite settings
Top
Methods
  NameDescription
Public methodContainsColumn
Returns true if the object contains specified column.
Public methodCopyCacheSettingsTo
Copies the cache settings to the target object
Public methodGetObjectData
Object serialization.
Public methodGetValue
Returns value of column.
Public methodSetValue
Sets value of column.
Public methodTryGetValue
Returns value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyTo
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.)
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Top
See Also