PVCSUnlockTask.

PVCSUnlockTask.PVCSUnlockMode Enum

Summary

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

Syntax

public enum PVCSUnlockTask.PVCSUnlockMode

Fields

Name Constant Value Summary
AllUsers 2
All locks held by all users are removed.
static
CurrentUser 0
All locks held by the current user are removed.
static
SpecifiedUser 1
All locks held by a specified user are removed.
static