Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the CheckinNoteFieldDefinition supported for CheckinNote data.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetCheckinPoliciesForServerPaths ( _
serverItems As String() _
) As PolicyEnvelope()
public PolicyEnvelope[] GetCheckinPoliciesForServerPaths(
string[] serverItems
)
public:
array<PolicyEnvelope^>^ GetCheckinPoliciesForServerPaths(
array<String^>^ serverItems
)
member GetCheckinPoliciesForServerPaths :
serverItems:string[] -> PolicyEnvelope[]
public function GetCheckinPoliciesForServerPaths(
serverItems : String[]
) : PolicyEnvelope[]
Parameters
- serverItems
Type: array<System.String[]
Server items to look up.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PolicyEnvelope[]
CheckinNoteFieldDefinition array that unions the fields of the server items.
.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.