InlineScriptCompiler.CompileXslt(String, Boolean) Method

Definition

public:
 Microsoft::BizTalk::BaseFunctoids::CompiledXsltInfo ^ CompileXslt(System::String ^ code, bool isXsltCallTemplate);
public Microsoft.BizTalk.BaseFunctoids.CompiledXsltInfo CompileXslt (string code, bool isXsltCallTemplate);
member this.CompileXslt : string * bool -> Microsoft.BizTalk.BaseFunctoids.CompiledXsltInfo
Public Function CompileXslt (code As String, isXsltCallTemplate As Boolean) As CompiledXsltInfo

Parameters

code
String
isXsltCallTemplate
Boolean

Returns

Applies to