Share via


PathRestriction Constructor

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Sub New ( _
    user As String, _
    items As List(Of ClientArtifact), _
    allChangesIncluded As Boolean _
)
public PathRestriction(
    string user,
    List<ClientArtifact> items,
    bool allChangesIncluded
)
public:
PathRestriction(
    String^ user, 
    List<ClientArtifact^>^ items, 
    bool allChangesIncluded
)
new : 
        user:string * 
        items:List<ClientArtifact> * 
        allChangesIncluded:bool -> PathRestriction
public function PathRestriction(
    user : String, 
    items : List<ClientArtifact>, 
    allChangesIncluded : boolean
)

Parameters

.NET Framework Security

See Also

Reference

PathRestriction Class

Microsoft.TeamFoundation.VersionControl.Server Namespace