The DialogConfiguration type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
DialogConfiguration |
Constructor - creates dialog default configuration.
| |
DialogConfiguration(Hashtable) |
Constructor - creates dialog configuration from the parameters.
|
Methods
Name | Description | |
---|---|---|
Clone |
Clones current dialog configuration.
| |
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.) | |
GetDialogConfiguration |
Returns dialog configuration from current query string.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from 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.) |
Properties
Name | Description | |
---|---|---|
AdditionalQueryParameters |
Additional query parameters appended to URL generated for current config.
| |
AttachmentDocumentID |
ID of the existing document the attachment should be uploaded to.
| |
AttachmentFormGUID |
GUID of the form the temporary attachment should be uploaded to before the document is created.
| |
AttachmentParentID |
Parent ID of the document the attachment should be added to.
| |
ContentSelectedSite |
Name of the selected site on the 'Content' tab.
| |
ContentSites |
Indicates which content sites are available.
| |
ContentStartingPath |
Starting path of the content tree on the 'Content' tab.
| |
Culture |
Culture the dialog works with.
| |
CustomFormatCode |
Code of the custom output format.
| |
DialogHeight |
Height of the dialog.
| |
DialogWidth |
Width of the dialog.
| |
EditorClientID |
Client id of editor area where content should be inserted.
| |
HideAnchor |
Indicates if 'Anchor' tab should be hidden.
| |
HideAttachments |
Indicates if 'Attachments' tab should be hidden.
| |
HideContent |
Indicates if 'Content' tab should be hidden.
| |
HideEmail |
Indicates if 'E-mail' tab should be hidden.
| |
HideLibraries |
Indicates if 'Media libraries' tab should be hidden.
| |
HideWeb |
Indicates if 'Web' tab should be hidden.
| |
LibGlobalLibraries |
Indicates which global media libraries are available.
| |
LibGlobalLibraryName |
Name of the available global media library. Set when only one global media library should be available.
| |
LibGroupLibraries |
Indicates which group media libraries are available.
| |
LibGroupLibraryName |
Name of the available group media library. Set when only one group media library should be available.
| |
LibGroupName |
Name of the available group. Set when only one group should be available.
| |
LibGroups |
Indicates which groups are available.
| |
LibSelectedSite |
Name of the selected site on the 'Media libraries' tab.
| |
LibSites |
Indicates which media library sites are available.
| |
LibStartingPath |
Starting path of the media library folder tree.
| |
MetaFileCategory |
Object category that, together with MetaFileObjectID and MetaFileObjectType, specifies object where metafiles should be uploaded to.
| |
MetaFileObjectID |
ID that, together with MetaFileObjectType and MetaFileCategory, specifies object where metafiles should be uploaded to.
| |
MetaFileObjectType |
Object type that, together with MetaFileObjectID and MetaFileCategory, specifies object where metafiles should be uploaded to.
| |
OutputFormat |
Dialog output format.
| |
ResizeToHeight |
New image height after it is uploaded.
| |
ResizeToMaxSideSize |
New image max side size after it is uploaded.
| |
ResizeToWidth |
New image width after it is uploaded.
| |
SelectableContent |
Dialog selectable content.
| |
UseFullURL |
Indicates if absolute URL should be used in dialogs.
| |
UseRelativeDimensions |
Indicates if dialog width/height are set as relative to the total width/height of the screen.
| |
UseSimpleURLProperties |
If set to true, dialog will not display input fields for specifying size and alt text of image.
Default is false, which means that size inputs will be displayed or hidden according to other settings.
|
See Also