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

Syntax

public class QuickIOTransferDirectoryCreatedEventArgs : QuickIOTransferJobEventArgs

Basetype

Summary

Contains information after a directory create operation was performed

Methods

QuickIOTransferDirectoryCreatedEventArgs(IQuickIOTransferJob job, String targetPath)

Creates a new instance of QuickIOTransferDirectoryCreatedEventArgs

public void QuickIOTransferDirectoryCreatedEventArgs(IQuickIOTransferJob job, String targetPath)

Parameters

job

IQuickIOTransferJob

Affected job

targetPath

String

Directory fullname that was created

Properties

TargetPath

Target path

public String TargetPath { get; set; }