CheckinOptions Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CheckinOptions
[FlagsAttribute]
public enum CheckinOptions
[FlagsAttribute]
public enum class CheckinOptions
[<FlagsAttribute>]
type CheckinOptions
public enum CheckinOptions

Members

Member name Description
None
SuppressEvent Suppress events for this checkin
ValidateCheckinOwner Make sure that the identity specified as the checkin owner refers to a valid user.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Server Namespace