Class FileCopy
- Namespace
- AllenNeuralDynamics.Core
- Assembly
- AllenNeuralDynamics.Core.dll
[Combinator]
[WorkflowElementCategory(ElementCategory.Sink)]
public class FileCopy
- Inheritance
-
FileCopy
- Inherited Members
-
Properties
DestinationPath
public string DestinationPath { get; set; }
Property Value
- string
Overwrite
public bool Overwrite { get; set; }
Property Value
- bool
SourcePath
public string SourcePath { get; set; }
Property Value
- string
Methods
Process<T>(IObservable<T>)
public IObservable<T> Process<T>(IObservable<T> source)
Parameters
source
IObservable<T>
Returns
- IObservable<T>
Type Parameters
T