RSS Documentation
CheckPermision(BPMConnection,String,String) Method



Syntax
'Declaration
 
Public Overloads Shared Function CheckPermision( _
   ByVal cn As BPMConnection, _
   ByVal rsid As String, _
   ByVal permName As String _
) As Boolean
'Usage
 
Dim cn As BPMConnection
Dim rsid As String
Dim permName As String
Dim value As Boolean
 
value = UserResourceSecurityManager.CheckPermision(cn, rsid, permName)
public static bool CheckPermision( 
   BPMConnection cn,
   string rsid,
   string permName
)
public:
static bool CheckPermision( 
   BPMConnection^ cn,
   String^ rsid,
   String^ permName
) 

Parameters

cn
rsid
permName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserResourceSecurityManager Class
UserResourceSecurityManager Members
Overload List

Send Feedback