Click or drag to resize

FileReference(Type, String) Constructor

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: 24.5.0.0 (24.5.0.0)
Syntax
public FileReference(
	Type type,
	string resourceName
)

Parameters

type  Type

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

resourceName  String

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

See Also