FilesFilesFromDictionaryBytes Method
Creates files from a collection of files and bytes
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void FilesFromDictionaryBytes(
string path,
HybridDictionary dict
)
Public Shared Sub FilesFromDictionaryBytes (
path As String,
dict As HybridDictionary
)
Parameters
- path String
- Path of the file to create.
- dict HybridDictionary
- Collection with files and their byte content.