| CMSDialogHelper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ExtendedControls
 Syntax
Syntaxpublic class CMSDialogHelper
The CMSDialogHelper type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CMSDialogHelper | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | EncodeQueryString | 
            Encodes query string.
             | 
|   | EscapeArgument | 
            Escapes special characters for artgument.
             | 
|   | 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, Boolean) | 
            Returns complete URL according to the dialog configuration.
             | 
|   | GetDialogUrl(DialogConfiguration, Boolean, Boolean) | 
            Returns complete URL according to the dialog configuration.
             | 
|   | GetDialogUrl(DialogConfiguration, Boolean, Boolean, String) | 
            Returns complete URL according to the dialog configuration.
             | 
|   | GetDialogUrl(DialogConfiguration, Boolean, 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.
             | 
|   | GetFlashItem | 
            Gets JavaScript object representing image 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(SelectableContentEnum, String) | 
            Indicates whether the file with specified extension is selectable according specified condition.
             | 
|   | IsItemSelectable(SelectableContentEnum, String, Boolean) | 
            Indicates whether the file with specified extension is selectable according specified condition.
             | 
|   | RegisterDialogHelper | 
            Ensures registration of dialog helper JavaScript.
             | 
|   | UnEscapeArgument | 
            Unescapes special characters for artgument.
             | 
|   | 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.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AsValue | 
            Converts object to a query value which can be used as a query parameter
            (Defined by QueryExtensions.) | 
|  | GetAPIString | 
            Gets the string by the specified resource key
            (Defined by CoreExtensions.) | 
|  | GetString | 
            Gets the string by the specified resource key
            (Defined by CoreExtensions.) | 
|  | ToBoolean | 
            Returns the boolean representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToDateTime | 
            Returns the DateTime representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToDouble | 
            Returns the double representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToGuid | 
            Returns the Guid representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToInteger | 
            Returns the integer representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToString | 
            Returns the string representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
 Properties
Properties See Also
See Also