Console Class

Relativity Event Handlers
Creates console instances.
Inheritance Hierarchy

System.Object
  kCura.EventHandler.Console

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

[SerializableAttribute]
public class Console

[SerializableAttribute]
public class Console

The Console type exposes the following members.

Constructors

  NameDescription
Public methodConsole
Initializes a new instance of the Console class.
Top
Properties

  NameDescription
Public propertyButtonList
This method has been deprecated. Please use Items instead.
Public propertyHTMLBlocks
A list of HTML blocks that will be added to the page. All HTML blocks get wrapped in a hidden div. Note that the Items property may be used instead to inject HTML into the Console.
Public propertyItems
Gets or sets a list of console items.
Public propertyScriptBlocks
A list of script text that will be added to the header of the rendered page.
Public propertyTitle
Gets or sets a title of a console.
Top
Methods

  NameDescription
Public methodAddLinksToConsole
Adds a collection of links to the console. A set of div tags contain and apply styles to the links.
Public methodAddRefreshLinkToConsole
Adds a refresh button to the console and returns the newly added refresh button so that it can be modified. The refresh button is disabled by default.
Public methodAddScriptBlock
Adds a script literal to the rendered page. Your text should be enclosed in script tags.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberRefreshButtonName
Name of a refresh button, defaults to Refresh Page.
Top
Remarks

See Also

Reference