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
- associatedServerItem
Type: System.String
- checkinNoteFields
Type: array<Microsoft.TeamFoundation.VersionControl.Server.CheckinNoteFieldDefinition[]
- maxClientPathLength
Type: System.Int32
.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.