The DialogParameters type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
DialogParameters |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAudioVideoParameters |
Returns initialized AudioVideo parameters object.
| |
GetFlashParameters |
Returns initialized Flash parameters object.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImageParameters |
Returns initialized image parameters object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetYouTubeVideoParameters |
Returns initialized YouTubeVideo parameters object.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |
Fields
Name | Description | |
---|---|---|
ANCHOR_CUSTOM |
Anchor custom.
| |
ANCHOR_ID |
Anchor ID.
| |
ANCHOR_LINKTEXT |
Link anchor text.
| |
ANCHOR_NAME |
Anchor name.
| |
AV_AUTOPLAY |
Audio/Video auto-play.
| |
AV_CONTROLS |
Audio/Video controls.
| |
AV_EXT |
Audio/Video extension.
| |
AV_HEIGHT |
Audio/Video height.
| |
AV_LOOP |
Audio/Video loop.
| |
AV_URL |
Audio/Video URL.
| |
AV_WIDTH |
Audio/Video width.
| |
DOC_NODEALIASPATH |
Node ID.
| |
DOC_TARGETNODEID |
Targer Aliaspath.
| |
EDITOR_CLIENTID |
Editor client id.
| |
EMAIL_BCC |
E-mail blind copy to.
| |
EMAIL_BODY |
E-mail body.
| |
EMAIL_CC |
E-mail copy to.
| |
EMAIL_LINKTEXT |
E-mail link text.
| |
EMAIL_SUBJECT |
E-mail subject.
| |
EMAIL_TO |
E-mail to.
| |
FILE_NAME |
File name.
| |
FILE_SIZE |
File size.
| |
FLASH_AUTOPLAY |
Flash auto-play.
| |
FLASH_CLASS |
Flash class.
| |
FLASH_EXT |
Flash extension.
| |
FLASH_FLASHVARS |
Flash vars.
| |
FLASH_HEIGHT |
Flash height.
| |
FLASH_ID |
Flash ID.
| |
FLASH_LOOP |
Flash loop.
| |
FLASH_MENU |
Flash menu.
| |
FLASH_SCALE |
Flash scale.
| |
FLASH_STYLE |
Flash style.
| |
FLASH_TITLE |
Flash title.
| |
FLASH_URL |
Flash URL.
| |
FLASH_WIDTH |
Flash width.
| |
IMG_ALIGN |
Image alignment.
| |
IMG_ALT |
Image alternate text.
| |
IMG_ALT_CLIENTID |
Image alternate text.
| |
IMG_BEHAVIOR |
Image behavior.
| |
IMG_BORDERCOLOR |
Image border color.
| |
IMG_BORDERWIDTH |
Image border width.
| |
IMG_CLASS |
Image class.
| |
IMG_DIR |
Image direction.
| |
IMG_EXT |
Image extension.
| |
IMG_HEIGHT |
Image height.
| |
IMG_HSPACE |
Image horizontal space.
| |
IMG_ID |
Image ID.
| |
IMG_LANG |
Image language definition.
| |
IMG_LINK |
Image link.
| |
IMG_LONGDESCRIPTION |
Image long description definition.
| |
IMG_MOUSEOVERHEIGHT |
Image mouse over height.
| |
IMG_MOUSEOVERWIDTH |
Image mouse over width.
| |
IMG_ORIGINALHEIGHT |
Image original height.
| |
IMG_ORIGINALWIDTH |
Image original width.
| |
IMG_SIZETOURL |
Image size added to URL.
| |
IMG_STYLE |
Image style.
| |
IMG_TARGET |
Image target.
| |
IMG_TOOLTIP |
Image tooltip.
| |
IMG_URL |
Image URL.
| |
IMG_USEMAP |
Image map definition.
| |
IMG_VSPACE |
Image vertical space.
| |
IMG_WIDTH |
Image width.
| |
ITEM_ISFILE |
Determines if file name or folder name is contained.
| |
ITEM_PATH |
Path to image in filesystem.
| |
ITEM_RELATIVEPATH |
Determines if file is specified with relative or absolute path.
| |
ITEM_RESOLVED_PATH |
Resolved path to image
| |
ITEM_SIZE |
Size of file.
| |
LAST_TYPE |
Indicates what kind of properties was last used.
| |
LINK_CLASS |
Link class.
| |
LINK_ID |
Link ID.
| |
LINK_NAME |
Link name.
| |
LINK_PROTOCOL |
Link protocol.
| |
LINK_STYLE |
Link style.
| |
LINK_TARGET |
Link target.
| |
LINK_TEXT |
Link text.
| |
LINK_TOOLTIP |
Link tool tip.
| |
LINK_URL |
Link URL.
| |
OBJECT_TYPE |
Object type used in WYSIWYG editor.
| |
URL_DIRECT |
Direct version of the file URL.
| |
URL_EXT |
File extension.
| |
URL_GUID |
File guid.
| |
URL_HEIGHT |
File height.
| |
URL_OLDFORMAT |
Indicates if url is from old dialogs.
| |
URL_PERMANENT |
Permanent version of the file URL.
| |
URL_SITENAME |
File site naem.
| |
URL_URL |
File url.
| |
URL_WIDTH |
File width.
| |
YOUTUBE_AUTOPLAY |
YouTube auto-play.
| |
YOUTUBE_FS |
YouTube fullscreen.
| |
YOUTUBE_HEIGHT |
YouTube height.
| |
YOUTUBE_LOOP |
YouTube loop.
| |
YOUTUBE_REL |
YouTube related.
| |
YOUTUBE_URL |
YouTube URL.
| |
YOUTUBE_WIDTH |
YouTube width.
|
See Also