Click or drag to resize
PrecompiledXslTransformGeneratorGetTransform Method

[Missing <summary> documentation for "M:Activsoft.Engine.Mobile.PrecompiledXslTransformGenerator.GetTransform(System.String,Activsoft.Engine.Config)"]

Namespace: Activsoft.Engine.Mobile
Assembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XslCompiledTransform GetTransform(
	string xslFilePath,
	Config monConfig
)

Parameters

xslFilePath
Type: SystemString

[Missing <param name="xslFilePath"/> documentation for "M:Activsoft.Engine.Mobile.PrecompiledXslTransformGenerator.GetTransform(System.String,Activsoft.Engine.Config)"]

monConfig
Type: Activsoft.EngineConfig

[Missing <param name="monConfig"/> documentation for "M:Activsoft.Engine.Mobile.PrecompiledXslTransformGenerator.GetTransform(System.String,Activsoft.Engine.Config)"]

Return Value

Type: XslCompiledTransform

[Missing <returns> documentation for "M:Activsoft.Engine.Mobile.PrecompiledXslTransformGenerator.GetTransform(System.String,Activsoft.Engine.Config)"]

Implements

IXslTransformGeneratorGetTransform(String, Config)
See Also