Class FileResponseFilter
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into files.
Inherited Members
Namespace: DotNetNuke.Services.OutputCache.Providers
Assembly: DotNetNuke.dll
Syntax
public class FileResponseFilter : OutputCacheResponseFilter
Properties
| Improve this Doc View SourceCachedOutputAttribFileName
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into files.
Declaration
public string CachedOutputAttribFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CachedOutputFileName
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into files.
Declaration
public string CachedOutputFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CachedOutputTempFileName
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into files.
Declaration
public string CachedOutputTempFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CacheExpiration
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into files.
Declaration
public DateTime CacheExpiration { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Methods
| Improve this Doc View SourceStopFiltering(Int32, Boolean)
FileResponseFilter implements the OutputCacheRepsonseFilter to capture the response into files.
Declaration
public override byte[] StopFiltering(int itemId, bool deleteData)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | itemId | |
System.Boolean | deleteData |
Returns
Type | Description |
---|---|
System.Byte[] |