CatalogItemReuseWebPart.RenderFormat property

Override the Client side render template specified in RenderTemplateId. This will format the search data and render it server-side.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property RenderFormat As String
    Get
    Set
'Usage
Dim instance As CatalogItemReuseWebPart
Dim value As String

value = instance.RenderFormat

instance.RenderFormat = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string RenderFormat { get; set; }

Property value

Type: System.String

See also

Reference

CatalogItemReuseWebPart class

CatalogItemReuseWebPart members

Microsoft.Office.Server.Search.WebControls namespace