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.StringA string that contains the URL of the template file.
Return Value
Type: System.Xml.XmlDocument
An XMLDocument containing the style sheet.