PageInteractionEventHandler.ClientScripts Property

Relativity Event Handlers
Gets a list of client script blocks registered on a page.

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

public IEnumerable<ScriptBlock> ClientScripts { get; }

public IEnumerable<ScriptBlock> ClientScripts { get; }

Property Value

Type: IEnumerable<ScriptBlock>
See Also

Reference