BaseXsltListWebPart.GhostedXslLink Property

Gets or sets the link to the XSL for the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property GhostedXslLink As String
    Get
    Set
'Usage
Dim instance As BaseXsltListWebPart
Dim value As String

value = instance.GhostedXslLink

instance.GhostedXslLink = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string GhostedXslLink { get; set; }

Property Value

Type: System.String
If this property has not been set and the class is associated with a SPView, this property returns the XSLLink() of the associated SPView; otherwise, defaultXSLName.

See Also

Reference

BaseXsltListWebPart Class

BaseXsltListWebPart Members

Microsoft.SharePoint.WebPartPages Namespace