RSSFeederApplicationTimeout Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that indicates the time (in minutes) how long the application cache should cache its result. If the value is zero, there is no timeout limit. The cache can be recycled depending on the size of the total application cache. The default value is zero. This parameter has no meaning if the UseApplicationCache property is false.

Namespace: ContentStudio.Site.ActiveScripting.Misc
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int ApplicationTimeout { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value supplied is below zero.
See Also

Reference