ISubscriptionPathValidator.HasSubscribePermission Method

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

Syntax

'宣言
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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISubscriptionPathValidator Interface

Microsoft.TeamFoundation.Framework.Server Namespace