| CMS.Helpers Namespace |
| Class | Description | |
|---|---|---|
| AbstractOutputFile |
Abstract output file with the base functionality.
| |
| AbstractStockHelperTHelper |
Abstract class for the stock helpers
| |
| AdministrationUrlHelper |
UI helper methods.
| |
| AJAXHelper |
AJAX helper.
| |
| AttachmentHelper |
Methods to work with the files representing attachments.
| |
| BrowserHelper |
Browser helper methods.
| |
| CacheDebug |
Cache debug methods
| |
| CacheDependencyCallbackTTarget |
Wrapper class for a weakly referenced callback for the cache helper
| |
| CacheDependencyList |
List of the cache dependencies.
| |
| CachedSection |
Cached section context handler.
| |
| CachedSectionTData |
Cached section context handler.
| |
| CacheHelper |
Provides helper methods for caching.
| |
| CacheItemContainer |
Container for the cache item.
| |
| CacheOperation |
Cache operation names
| |
| CacheSettings |
Cache settings container.
| |
| CacheSynchronization |
Provides support for cache web farm synchronization
| |
| CacheTaskType |
Web farm task types for Cache operations
| |
| CMSCacheDependency |
Establishes a dependency relationship between an item stored in ASP.NET application's cache
and a file, cache key, an array of either or another dependency object. This class monitors
the dependency relationship so that when any of them changes, the cache item will be
automatically removed.
| |
| CMSHttpContext |
Provides an instance of the HttpContextBase class associated with the current request.
| |
| CMSOutputResource |
Output container for cached text resources.
Supports minification and compression.
| |
| ComparisonTextPart |
Class suitable for comparing 2 TextData, contains index to both source and destination string.
| |
| ComponentEvents |
Events that serve for communication of the components within the system.
| |
| ContainerCustomData |
Custom data container for data container.
| |
| ContentCodingEnum |
Contains enumeration of supported HTTP content codings used for content compression (RFC 2616).
| |
| ContextHelper |
Wrapper around RequestStockHelper, SessionHelper and CookieHelper to access the context values. It always uses the case sensitive keys.
| |
| ConversionService |
Service which converts object to specific types
| |
| CookieHelper |
Provides the cookie management methods.
| |
| CookieLevel |
Constants for the system cookie levels
| |
| CookieName |
System cookie name constants
| |
| CookieSettings |
Cookie settings
| |
| CssHelper |
Utility methods for CSS manipulation.
| |
| CssLinkHelper |
Utility methods for CSS url manipulation.
| |
| CultureHelper |
Provides the global methods for culture helping operations.
| |
| CustomData |
Custom data container.
| |
| DataHelper |
Methods to work with the Data.
| |
| DateTimeHelper |
Methods to work with the DateTime.
| |
| DefaultCssMinifier |
Provides the default implementation of CSS minification that returns unmodified input.
| |
| DefaultJavaScriptMinifier |
Provides the default implementation of JavaScript minification that returns unmodified input.
| |
| DiffTextPart |
This class conatins reference to appropriate source string including its difference status.
| |
| DiscussionMacroHelper |
Methods for resolving macros within discussion posts.
| |
| DiscussionMacroResolver |
Methods for resolving macros within discussion posts.
| |
| DocumentationHelper |
Helper methods for documentation links.
| |
| DummyItem |
Dummy item.
| |
| EncryptionHelper |
Provides validation RSA singed license key.
| |
| EnumCategoryAttribute |
Allows to differentiate enum's members to categories.
| |
| EnumDefaultValueAttribute |
Marks the enum value as the default value for the containing enum type.
| |
| EnumHelper |
Provides helper methods for working with the Enum types.
| |
| EnumOrderAttribute |
Specifies the order for an enum field.
| |
| EnumStringRepresentationAttribute |
Specifies the string representation for an enum field.
| |
| EnumStringRepresentationExtensions |
Provides extension methods for working with the Enum types.
| |
| FileHelper |
File helper methods.
| |
| FilterState |
Represents a state of the filter control.
| |
| FixXHTMLSettings |
Container for the XHTML fixing settings.
| |
| HashSettings |
Hash settings container
| |
| HashValidationSalts |
This class contains constants with
| |
| HelpersExtensions |
Extension methods.
| |
| HelpersModule |
Represents the helpers module.
| |
| HelpersModuleMetadata |
Represents the helpers module metadata.
| |
| HTMLHelper |
HTML utility methods.
| |
| HTTPHelper |
Provides the methods for the safe access to the HTTPContext.Current.
| |
| ImageHelper |
Class providing methods for image processing.
| |
| ImageHelperOctreeQuantizer |
Quantize using an Octree.
| |
| ImageHelperQuantizer |
Summary description for Class1.
| |
| InvalidVirtualContextException |
Thrown when path processed by VirtualContext is invalid
| |
| LoremIpsumGenerator |
Lorem ipsum text generator.
| |
| MimeTypeHelper |
Mime type helper.
| |
| NoDataException |
Thrown during data export when no data are available for export.
| |
| ObjectArrayComparer |
Object array comarer.
| |
| ObjectArrayComparerT |
Object array comparer. Compares 2 lists just by string at index set in ComparableIndex property.
| |
| ObjectParameters |
Object parameters container.
| |
| PermissionException |
Permission exception.
| |
| PersistentCacheItemDataType |
Class to cover the cache item with all its information
| |
| PersistentStorageHelper |
Persistent storage management.
| |
| PreferredCultureOnDemand |
Encapsulates the site name but doesn't request it until it is demanded by Value.
| |
| ProjectHelper |
Class provides helper methods used during installation and import/export process.
| |
| QRCodeGenerator |
QR Code generator
| |
| QRCodeSettings |
Contains settings for the QR code generator
| |
| QueryHelper |
QueryString helper methods.
| |
| RegexHelper |
Regular expression helper.
| |
| RegistryHelper |
Registry access methods.
| |
| RequestContext |
Request context properties
| |
| RequestDebug |
Request debug methods
| |
| RequestHelper |
Request helping methods.
| |
| RequestStockHelper |
Inserts items into HttpContext.Current.Items.
| |
| RequestStockItemName |
Contains system request stock item names.
| |
| ResHelper |
Provides methods to provide localized resource strings
| |
| ResponseDataSender |
Class that writes data to the given context's response and handles multipart and range requests.
| |
| SecurityDebug |
Security debug methods
| |
| SecurityHelper |
Contains methods for ensuring security
| |
| SerializableInnerType | Obsolete.
Serializable representation of the string
| |
| SessionHelper |
Session management.
| |
| SystemHelper |
System operations.
| |
| TextData |
Class for storing Text data for comparison.
| |
| TextDataComparator |
Divide TextData into pieces according to their resemblance.
| |
| TextDiffList |
Class for comparison 2 TextData, contains 2 lists of differences.
| |
| TextHelper |
Contains various methods for text formatting and transformation.
| |
| TextNormalizationSettings |
Normalization settings for text comparison
| |
| TextPart |
General TextPart referencing to index of original Data as a start of TextPart.
| |
| TrackableT |
Defines a base class for the classes that can be tracked
| |
| TrackedSection |
Defines a concurrent section within the code
| |
| URLHelper |
Url processing methods.
| |
| UserDataInfo |
Custom data container.
| |
| ValidationHelper |
Global class providing Validation methods.
| |
| Validator |
Provides fluent interface for validation of user input.
| |
| VirtualContext |
Stores the virtual context for the current request
| |
| WebFarmHelper |
Web farm helper
| |
| WindowHelper |
Window objects management.
| |
| XElementExtensions |
Extension methods for XElement type to be able query XML data with ignoring case.
| |
| XmlData |
XML data container.
| |
| XmlExtensions |
Extension methods for System.Xml classes.
| |
| XmlHelper |
Class providing xml validation methods.
|
| Structure | Description | |
|---|---|---|
| ImageHelperQuantizerColor32 |
Struct that defines a 32 bpp colour.
|
| Interface | Description | |
|---|---|---|
| ICacheDependencyCallback |
Interface which allows the object to execute a PerformCallback method when the object is removed from the cache if the cache dependency has changed
| |
| ICssMinifier |
Represents a contract of CSS minification services.
| |
| ICultureService |
Defines culture-related methods
| |
| IGetAttachmentHandler |
Represents the contract that Kentico requires when processing HTTP requests for attachments.
| |
| IJavaScriptMinifier |
Represents a contract of JavaScript minification services.
| |
| IQRCodeGenerator |
Interface for QR code generator
| |
| IReadOnlyFlag |
ObjectDataSet interface
| |
| IResourceMinifier |
Defines an interface a compliant minifier must implement to be usable in resource handler.
|
| Delegate | Description | |
|---|---|---|
| DataHelperActionCallback |
Action callback.
| |
| TextHelperOnBeforeRemoveDiacriticsEventHandler |
Represents the method that will handle an event that should be called before remove diacritics.
| |
| URLHelperOnBeforeGetSafeUrlPartEventHandler |
Method handling an event fired for all parts of the URL (splitted by '/' character) to get a safe URL (without forbidden characters)
| |
| URLHelperPathModifierHandler |
Handler to modify the existing given path
|
| Enumeration | Description | |
|---|---|---|
| CaseRedirectEnum |
Letter case and redirection options for URLs.
| |
| ComparisonStatus |
Type of TextPart match against other string enumeration.
| |
| ComparisonTextPartSortBy |
Type of TextPart sorting enumeration.
| |
| ConvertTableEnum |
Table to DIV conversion setting enum
| |
| CutTextEnum |
Defines the cut location for the text when shortened
| |
| DataExportFormatEnum |
Defines formats available for functionality of DataExportHelper.
| |
| DiffStatus |
Type of TextPart difference against other string enumeration.
| |
| DiscussionActionEnum |
Discussion action enumeration.
| |
| DocumentMarkEnum |
Document mark type.
| |
| ExcludedSystemEnum |
Enumeration for excluded pages by the system.
| |
| FileSizeUnitsEnum |
Enumeration for file size units.
| |
| FilesLocationTypeEnum |
Enumeration for Files location type setting key.
| |
| IEArchitectureEnum |
Internet Explorer architecture enum.
| |
| ImageHelperImageFlipEnum |
Enumeration used to specify flipping axis.
| |
| ImageHelperImagePositionEnum |
Enumeration of the image positioning within another image or object.
| |
| ImageHelperImageRotationEnum |
Enumeration used to specify angle for image rotation.
| |
| ImageHelperImageTrimAreaEnum |
Enumeration used to specify trimming area.
| |
| ImageHelperImageTypeEnum |
Available image types.
| |
| ImageHelperSupportedTypesEnum |
Supported image types for conversion.
| |
| ImageResizeEnum |
Image resize enumeration.
| |
| OptInApprovalResultEnum |
General enumeration for opt-in validation results
| |
| RequestStatusEnum |
URL rewriting results enum.
| |
| SecurityAccessEnum |
General access enumeration.
| |
| SourcePointTypeEnum |
Graph source point type enumeration.
| |
| SplitModeEnum |
Split mode enumeration for frameset split view control.
| |
| TextCompareOperatorEnum |
Specifies possible operators for comparing text (used mostly in CMSFormControls/Filters/TextFilter control).
| |
| TextComparisonModeEnum |
Type of comparison in which should be compared text treated.
| |
| TextComparisonTypeEnum |
Type of rendered diff text.
| |
| TrailingSlashEnum |
Trailing slash enumeration.
| |
| UserAgentEnum |
User agent enum.
| |
| ValidityEnum |
Validity period enumeration.
|