Sitecore 5.0 API

GlobalCache.GetXslTransform Method 

Gets the xsl transform.

[Visual Basic]
Public Shared Function GetXslTransform( _
   ByVal filePath As String _
) As XslTransform
[C#]
public static XslTransform GetXslTransform(
   string filePath
);

Parameters

filePath
File path.

See Also

GlobalCache Class | Sitecore.Caching Namespace