TeamFoundationVersionControlService.CreateCheckinNoteDefinition Method (TeamFoundationRequestContext, String, array<CheckinNoteFieldDefinition , PathLength)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub CreateCheckinNoteDefinition ( _
requestContext As TeamFoundationRequestContext, _
associatedServerItem As String, _
checkinNoteFields As CheckinNoteFieldDefinition(), _
maxClientPathLength As PathLength _
)
public void CreateCheckinNoteDefinition(
TeamFoundationRequestContext requestContext,
string associatedServerItem,
CheckinNoteFieldDefinition[] checkinNoteFields,
PathLength maxClientPathLength
)
public:
void CreateCheckinNoteDefinition(
TeamFoundationRequestContext^ requestContext,
String^ associatedServerItem,
array<CheckinNoteFieldDefinition^>^ checkinNoteFields,
PathLength maxClientPathLength
)
member CreateCheckinNoteDefinition :
requestContext:TeamFoundationRequestContext *
associatedServerItem:string *
checkinNoteFields:CheckinNoteFieldDefinition[] *
maxClientPathLength:PathLength -> unit
public function CreateCheckinNoteDefinition(
requestContext : TeamFoundationRequestContext,
associatedServerItem : String,
checkinNoteFields : CheckinNoteFieldDefinition[],
maxClientPathLength : PathLength
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- associatedServerItem
Type: System.String
- checkinNoteFields
Type: array<Microsoft.TeamFoundation.VersionControl.Server.CheckinNoteFieldDefinition[]
- maxClientPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TeamFoundationVersionControlService Class