CustomVisualViewTGetResourceCore Method TIBCO Spotfire 7.6 API Reference
Override this method to serve GET requests made by the client. This method is called with an empty path value when the UI is initialized.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
protected virtual HttpContent GetResourceCore(
	string path,
	NameValueCollection query,
	T snapshotNode
)

Parameters

path
Type: SystemString
The path of the resource to get.
query
Type: System.Collections.SpecializedNameValueCollection
The parameters of the GET request query string.
snapshotNode
Type: T
The snapshot node.

Return Value

Type: HttpContent
The resource.
Version Information

Supported in: 7.6, 7.5
See Also

Reference