FileReference Constructor (String, Encoding)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the FileReference class

Namespace:  Scanjour.Workflow4.TestFramework.Internal.Packages
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public FileReference(
	string text,
	Encoding encoding
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference.#ctor(System.String,System.Text.Encoding)"]

encoding
Type: System.TextEncoding

[Missing <param name="encoding"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference.#ctor(System.String,System.Text.Encoding)"]

See Also

Reference