InlineScriptCompiler.CompileXslt(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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