This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Saves an embedded text resource to specified target file path .

Namespace: Smartsite.Tools
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public static void SaveEmbeddedTextResource(
	 assembly,
	string name,
	string targetFilePath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub SaveEmbeddedTextResource ( _
	assembly As , _
	name As , _
	targetFilePath As  _
)

Parameters

assembly
Assembly
The assembly.
name
String
The name.
targetFilePath
String
The target file path.

See Also

Advanced