PathRestriction Constructor (TeamFoundationIdentity, List<ClientArtifact>, Boolean)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
identity As TeamFoundationIdentity, _
items As List(Of ClientArtifact), _
allChangesIncluded As Boolean _
)
public PathRestriction(
TeamFoundationIdentity identity,
List<ClientArtifact> items,
bool allChangesIncluded
)
public:
PathRestriction(
TeamFoundationIdentity^ identity,
List<ClientArtifact^>^ items,
bool allChangesIncluded
)
new :
identity:TeamFoundationIdentity *
items:List<ClientArtifact> *
allChangesIncluded:bool -> PathRestriction
public function PathRestriction(
identity : TeamFoundationIdentity,
items : List<ClientArtifact>,
allChangesIncluded : boolean
)
Parameters
- identity
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
- items
Type: System.Collections.Generic.List<ClientArtifact>
- allChangesIncluded
Type: System.Boolean
.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.