CmsDataFormWebPart.GetXslFile method

Loads the specified XSL file.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Shared Function GetXslFile ( _
    templateFileUrl As String _
) As XmlDocument
'Usage
Dim templateFileUrl As String
Dim returnValue As XmlDocument

returnValue = CmsDataFormWebPart.GetXslFile(templateFileUrl)
public static XmlDocument GetXslFile(
    string templateFileUrl
)

Parameters

  • templateFileUrl
    Type: System.String

    A string that contains the URL of the template file.

Return value

Type: System.Xml.XmlDocument
An XMLDocument containing the style sheet.

See also

Reference

CmsDataFormWebPart class

CmsDataFormWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace