DotNetNuke 5.2
 

Classes

  ClassDescription
CacheItemArgs
The CacheItemArgs class provides an EventArgs implementation for the CacheItemExpiredCallback delegate
Calendar
CBO
The CBO class generates objects.
Config
The Config class provides access to the web.config file
DataCache
The DataCache class is a facade class for the CachingProvider Instance's
FileSystemUtils
HtmlUtils
HtmlUtils is a Utility class that provides Html Utility methods
Null
ObjectMappingInfo
The ObjectMappingInfo class is a helper class that holds the mapping information for a particular type. This information is in two parts: - Information about the Database Table that the object is mapped to - Information about how the object is cached. For each object, when it is first accessed, reflection is used on the class and an instance of ObjectMappingInfo is created, which is cached for performance.
UrlController
UrlInfo
UrlLogInfo
UrlTrackingInfo
UrlUtils
XmlUtils
The XmlUtils class provides Shared/Static methods for manipulating xml files

Delegates

  DelegateDescription
CacheItemExpiredCallback
The CacheItemExpiredCallback delegate defines a callback method that notifies the application when a CacheItem is Expired (when an attempt is made to get the item)

Enumerations

  EnumerationDescription
CoreCacheType