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
Return Value
Type: System.Xml.XmlDocument