Share via


PathRestriction Constructor (String, List<ClientArtifact>, Boolean)

Note: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the constructor that takes the TeamFoundationIdentity object instead")> _
<BrowsableAttribute(False)> _
Public Sub New ( _
    user As String, _
    items As List(Of ClientArtifact), _
    allChangesIncluded As Boolean _
)
[ObsoleteAttribute("Use the constructor that takes the TeamFoundationIdentity object instead")]
[BrowsableAttribute(false)]
public PathRestriction(
    string user,
    List<ClientArtifact> items,
    bool allChangesIncluded
)
[ObsoleteAttribute(L"Use the constructor that takes the TeamFoundationIdentity object instead")]
[BrowsableAttribute(false)]
public:
PathRestriction(
    String^ user, 
    List<ClientArtifact^>^ items, 
    bool allChangesIncluded
)
[<ObsoleteAttribute("Use the constructor that takes the TeamFoundationIdentity object instead")>]
[<BrowsableAttribute(false)>]
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

PathRestriction Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace