Methods (1) Properties (1)
Namespace: SchwabenCode.QuickIO.Transfer.Events

Syntax

public class QuickIOTransferDirectoryCreatingEventArgs : QuickIOTransferJobEventArgs

Basetype

Summary

Contains information of an upcoming directory creation operation

Methods

QuickIOTransferDirectoryCreatingEventArgs(IQuickIOTransferJob job, String targetPath)

Creates a new instance of QuickIOTransferDirectoryCreatingEventArgs

public void QuickIOTransferDirectoryCreatingEventArgs(IQuickIOTransferJob job, String targetPath)

Parameters

job

IQuickIOTransferJob

Affected job

targetPath

String

Directory fullname to create

Properties

TargetPath

Target file path

public String TargetPath { get; set; }