IPackageFileStoreStoreFile Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.IPackageFileStore.StoreFile(System.String,System.Byte[])"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.PackagesAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxvoid StoreFile(
string relativePath,
byte[] content
)
Sub StoreFile (
relativePath As String,
content As Byte()
)
void StoreFile(
String^ relativePath,
array<unsigned char>^ content
)
abstract StoreFile :
relativePath : string *
content : byte[] -> unit
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