System.Xml.Xsl.XslCompiledTransform.TemporaryFiles Property

Gets the System.CodeDom.Compiler.TempFileCollection that contains the temporary files generated on disk after a successful call to the erload:System.Xml.Xsl.XslCompiledTransform.Load method.

Syntax

public System.CodeDom.Compiler.TempFileCollection TemporaryFiles { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property identifies the files that were generated during XSLT processing. The files are placed in your Temp directory (specified by the %TEMP% environment variable) You can delete these files after the XSLT processing has completed.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0