PathRestriction Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
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
- user
Type: System.String
- 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.