Sitecore 5.1.1 API
XslCache.SetXsl Method
[Visual Basic]
Public Sub SetXsl( _
ByVal
filePath
As
String
, _
ByVal
xsl
As
XslTransform
_
)
[C#]
public
void
SetXsl(
string
filePath
,
XslTransform
xsl
);
See Also
XslCache Class
|
Sitecore.Caching Namespace