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

Return Value

Type: System.Xml.XmlDocument

See Also

Reference

CmsDataFormWebPart Class

CmsDataFormWebPart Members

Microsoft.SharePoint.Publishing.WebControls Namespace