Visualization Constructor (String, String, String, String)

Initializes a Visualization object with the specified information.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    xsl As String, _
    properties As String, _
    sampledata As String _
)
'Usage
Dim name As String
Dim xsl As String
Dim properties As String
Dim sampledata As String

Dim instance As New Visualization(name, xsl, _
    properties, sampledata)
public Visualization(
    string name,
    string xsl,
    string properties,
    string sampledata
)

Parameters

  • xsl
    Type: System.String

    Specifies the XSLT transformation (XSLT) for the results XML returned for the federated search location. For more information about customizing the XSLT for the search results Web Parts, see Customizing Search Results in the Microsoft Office SharePoint Server 2007 SDK.

  • properties
    Type: System.String

    Specifies the list of properties retrieved from the federated search location.

  • sampledata
    Type: System.String

    A string containing sample search results XML from the federated search location.

See Also

Reference

Visualization Class

Visualization Members

Visualization Overload

Microsoft.Office.Server.Search.Administration Namespace