NAnt SDK Documentation - v0.92

CopyTask.OperationType Enumeration

Used to identify the type of operation a given CopyTask.FileOperation represent.

[Visual Basic]
<Serializable>
Protected Enum CopyTask.OperationType
[C#]
[Serializable]
protected enum CopyTask.OperationType

Members

Member Name Description
FileToFile Indicates that the operation is from file to file.
FileToDirectory Indicates that the operation is from file to directory.
DirectoryToDirectory Indicates that the operation is from directory to directory.

Requirements

Namespace: NAnt.Core.Tasks

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

NAnt.Core.Tasks Namespace