PVCSAddFilesTask.

PVCSAddFilesTask.PVCSCopyMode Enum

Summary

Specifies possible copy modes for the NAnt.Contrib.Tasks.PVCS.PVCSAddFilesTask task.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["PVCSAddFilesTask.PVCSCopyMode"] class Type type-node

Syntax

public enum PVCSAddFilesTask.PVCSCopyMode

Fields

Name Constant Value Summary
CopyWorkfileIfRequired 1
Indicates that workfiles should be copied to the project workfile location is it doesn't already exist.
static
CopyWorkfileWithOverwrite 2
Indicates that workfiles should be copied to the project workfile location and overwrite any existing workfile.
static
Default 0
Indicates the default copy mode should be used.
static