Repository5.CreateCheckinNoteDefinition Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub CreateCheckinNoteDefinition ( _
    associatedServerItem As String, _
    checkinNoteFields As CheckinNoteFieldDefinition(), _
    maxClientPathLength As Integer _
)
[WebMethodAttribute]
public void CreateCheckinNoteDefinition(
    string associatedServerItem,
    CheckinNoteFieldDefinition[] checkinNoteFields,
    int maxClientPathLength
)
[WebMethodAttribute]
public:
void CreateCheckinNoteDefinition(
    String^ associatedServerItem, 
    array<CheckinNoteFieldDefinition^>^ checkinNoteFields, 
    int maxClientPathLength
)
[<WebMethodAttribute>]
member CreateCheckinNoteDefinition : 
        associatedServerItem:string * 
        checkinNoteFields:CheckinNoteFieldDefinition[] * 
        maxClientPathLength:int -> unit
public function CreateCheckinNoteDefinition(
    associatedServerItem : String, 
    checkinNoteFields : CheckinNoteFieldDefinition[], 
    maxClientPathLength : int
)

Parameters

.NET Framework Security

See Also

Reference

Repository5 Class

Microsoft.TeamFoundation.VersionControl.Server Namespace