DataFormWebPart.SaveCustomizedXsl Method
Saves the customized XSL and the files information associated with the customized XSL to storage objects.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub SaveCustomizedXsl ( _
customizedXsl As Byte(), _
hashKey As String _
)
'Usage
Dim instance As DataFormWebPart
Dim customizedXsl As Byte()
Dim hashKey As String
instance.SaveCustomizedXsl(customizedXsl, _
hashKey)
public virtual void SaveCustomizedXsl(
byte[] customizedXsl,
string hashKey
)
Parameters
customizedXsl
Type: []The customized XSL to be saved.
hashKey
Type: System.StringA string that contains the files information associated with the customized XSL.
Remarks
This member is reserved for internal use and is not intended to be used directly from your code.
This virtual method can be implemented in a subclass to save the customized XSL and the information associated with the customized XSL to storage objects.