CmsDataFormWebPart.SaveCustomizedXsl Method
This member overrides DataFormWebPart.SaveCustomizedXsl([], String).
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides Sub SaveCustomizedXsl ( _
customizedXsl As Byte(), _
hashKey As String _
)
'Usage
Dim instance As CmsDataFormWebPart
Dim customizedXsl As Byte()
Dim hashKey As String
instance.SaveCustomizedXsl(customizedXsl, _
hashKey)
public override void SaveCustomizedXsl(
byte[] customizedXsl,
string hashKey
)
Parameters
- customizedXsl
Type: []
- hashKey
Type: System.String