This documentation is archived and is not being maintained.
VersionControlServer::GetCheckinNoteDefinitionsForServerPaths Method
Visual Studio 2013
Gets the CheckinNoteFieldDefinition objects supported for CheckinNote data.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<CheckinNoteFieldDefinition^>^ GetCheckinNoteDefinitionsForServerPaths( array<String^>^ serverItems )
Parameters
- serverItems
- Type: array<System::String>
Server items to look up.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinNoteFieldDefinition>CheckinNoteFieldDefinition array that unions the fields of the server items.
- 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.
Show: