ISubscriptionPathValidator.HasSubscribePermission Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function HasSubscribePermission ( _
source As String, _
userId As String, _
pathList As String _
) As Boolean
bool HasSubscribePermission(
string source,
string userId,
string pathList
)
bool HasSubscribePermission(
String^ source,
String^ userId,
String^ pathList
)
abstract HasSubscribePermission :
source:string *
userId:string *
pathList:string -> bool
function HasSubscribePermission(
source : String,
userId : String,
pathList : String
) : boolean
Parameters
- source
Type: System.String
- userId
Type: System.String
- pathList
Type: System.String
Return Value
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.