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