FileReference Constructor (Type, String)

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(
	Type type,
	string resourceName
)

Parameters

type
Type: SystemType

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

resourceName
Type: SystemString

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

See Also

Reference