Click or drag to resize
FileSupportGenerateTempFilename Method
Generate a temporary filename

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string GenerateTempFilename(
	string sourceFilename,
	string sessionID
)

Parameters

sourceFilename
Type: SystemString
Source filename
sessionID
Type: SystemString
Id of the session

Return Value

Type: String
Generated filename
See Also