| CMSDialogHelper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic class CMSDialogHelper
The CMSDialogHelper type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CMSDialogHelper | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|   | AppendQueryAndAnchorFromOriginalUrl | 
            Re-use the link query string and anchor from the original query
             | 
|   | EscapeArgument | 
            Escapes special characters for argument.
             | 
|   | EscapeUrlParameter | 
            Escapes url parameter special characters.
             | 
|   | GetAnchorItem | 
            Gets JavaScript object representing anchor item being inserted.
             | 
|   | GetAVItem | 
            Gets JavaScript object representing audio/video item being inserted.
             | 
|   | GetDialogItem | 
            Returns object javascript for insert into wysiwyg editor.
             | 
|   | GetDialogQueryString(DialogConfiguration) | 
            Returns query string which will be passed to the CMS dialogs (Insert image or media/Insert link).
             | 
|   | GetDialogQueryString(DialogConfiguration, Boolean) | 
            Returns query string which will be passed to the CMS dialogs (Insert image or media/Insert link).
             | 
|   | GetDialogUrl(DialogConfiguration) | 
            Returns complete URL according to the dialog configuration.
             | 
|   | GetDialogUrl(DialogConfiguration, Boolean) | 
            Returns complete URL according to the dialog configuration.
             | 
|   | GetDialogUrl(DialogConfiguration, Boolean, String) | 
            Returns complete URL according to the dialog configuration.
             | 
|   | GetDialogUrl(DialogConfiguration, Boolean, String, Boolean) | 
            Returns complete URL according to the dialog configuration.
             | 
|   | GetDialogViewMode(String) | 
            Returns dialog view mode enumeration from its string representation.
             | 
|   | GetDialogViewMode(DialogViewModeEnum) | 
            Returns string representation of specified dialog view mode.
             | 
|   | GetEmailItem | 
            Gets JavaScript object representing email item being inserted.
             | 
|   | GetFileSystemItem | 
            Gets JavaScript object representing file system item being inserted.
             | 
|   | GetHashTableFromString | 
            Returns hashtable parsed from string.
             | 
|   | GetImageItem | 
            Gets JavaScript object representing image item being inserted.
             | 
|   | GetLinkItem | 
            Gets JavaScript object representing link item being inserted.
             | 
|   | GetListFromString | 
            Returns array list from input string.
             | 
|   | GetMediaData | 
            Returns Media data according to given URL.
             | 
|   | GetMediaSource(String) | 
            Converts string into MediaSourceEnum.
             | 
|   | GetMediaSource(MediaSourceEnum) | 
            Converts MediaSourceEnum into string.
             | 
|   | GetMediaType(String) | 
            Converts string into MediaTypeEnum.
             | 
|   | GetMediaType(MediaTypeEnum) | 
            Converts MediaTypeEnum into string.
             | 
|   | GetMediaTypeByExt | 
            Returns MediaTypeEnum based on item's extension.
             | 
|   | GetNoItemsMessage | 
            Gets info message for the specified dialog and source type displayed when no file exists.
             | 
|   | GetOutputFormat | 
            Returns output format enumeration.
             | 
|   | GetSelectableContent(String) | 
            Converts string into SelectableContentEnum.
             | 
|   | GetSelectableContent(SelectableContentEnum) | 
            Converts SelectableContentEnum into string.
             | 
|   | GetSelectItemMessage | 
            Gets info message for the specified dialog and source type displayed when no file is selected.
             | 
|   | GetThumbImageDimensions | 
            Gets thumbnail preview image dimensions.
             | 
|   | GetUrlItem | 
            Gets JavaScript object representing url item being inserted.
             | 
|   | GetYouTubeItem | 
            Gets JavaScript object representing you tube item being inserted.
             | 
|   | IsImageLink | 
            Returns true if link url is not for image full size, returns false if link is image full size url.
             | 
|   | IsItemSelectable | 
            Indicates whether the file with specified extension is selectable according specified condition.
             | 
|   | RegisterDialogHelper | 
            Ensures registration of dialog helper JavaScript.
             | 
|   | RemoveQueryAndAnchorFromUrl | 
            Removes the query string and anchor from the given URL.
             | 
|   | UnEscapeArgument | 
            Unescapes special characters for argument.
             | 
|   | UpdateUrl(Int32, Int32, Int32, Int32, String, MediaSourceEnum) | 
            Returns URL updated according specified properties.
             | 
|   | UpdateUrl(Int32, Int32, Int32, Int32, String, MediaSourceEnum, Boolean) | 
            Returns URL updated according specified properties.
             | 
 See Also
See Also