Namespace DotNetNuke.Common.Utilities
Classes
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.
CryptographyUtils
CryptographyUtils is a Utility class that provides Cryptography Utility constants.
DataCache
The DataCache class is a facade class for the CachingProvider Instance's.
DateUtils
Provides utility methods to work with Dates.
DictionaryExtensions
EnumExtensions
Extensions for enumeration of KeyValue Paire.
EscapedString
FileExtensionWhitelist
FileSystemExtensions
FileSystemPermissionVerifier
Verifies the abililty to create and delete files and folders.
FileSystemUtils
File System utilities.
HtmlUtils
HtmlUtils is a Utility class that provides Html Utility methods.
ImageUtils
JavaScriptUtils
Json
Serialize or Deserialize Json.
JsonExtensionsWeb
JSON Extensions based on the JavaScript Serializer in System.web.
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.
PathUtils
RegexUtils
SessionVariable<T>
Wrapper class for
SizeExtensions
SqlUtils
The SqlUtils class provides Shared/Static methods for working with SQL Server related code.
StateVariable<T>
Wrapper class for any object that maps string key onto the object value (like
StringExtensions
UrlController
UrlInfo
UrlLogInfo
UrlTrackingInfo
UrlUtils
Provides utilities for dealing with DNN's URLs. Consider using
ValidationUtils
XmlExtensions
The XmlExtensions class allows you to write more efficient code to manage Xml documents.
XmlUtils
The XmlUtils class provides Shared/Static methods for manipulating xml files.
Interfaces
ICBO
IJavaScriptUtils
IPathUtils
Enums
Config.ConfigFileType
Represents each configuration file.
Config.FcnMode
Specifies behavior for file change notification(FCN) in the application.
CoreCacheType
PathUtils.UserFolderElement
Delegates
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).