Click or drag to resize

IPackageFileStoreStoreFile Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.IPackageFileStore.StoreFile(System.String,System.Byte[])"]


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
void StoreFile(
	string relativePath,
	byte[] content
)

Parameters

relativePath  String

[Missing <param name="relativePath"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.IPackageFileStore.StoreFile(System.String,System.Byte[])"]

content  Byte

[Missing <param name="content"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.IPackageFileStore.StoreFile(System.String,System.Byte[])"]

See Also