Share via


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)

Syntax

public virtual void SaveCustomizedXsl(
    byte[] customizedXsl,
    string hashKey
)

Parameters

  • customizedXsl
    Type: []

    The customized XSL to be saved.

  • hashKey
    Type: System.String

    A 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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace