IPendingCheckinPolicies Interface
Information about the policies portion of the pending check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Interface IPendingCheckinPolicies
public interface IPendingCheckinPolicies
public interface class IPendingCheckinPolicies
type IPendingCheckinPolicies = interface end
public interface IPendingCheckinPolicies
The IPendingCheckinPolicies type exposes the following members.
Properties
Name | Description | |
---|---|---|
EvaluationState | Gets the current evaluation state of the policies. This must be checked to determine whether a policy load error occurred. |
Top
Methods
Name | Description | |
---|---|---|
Evaluate | Evaluates all policies and updates the UI to indicate the current state. Throws an exception if it is unable to get the policy list from the server. |
Top