RSS Documentation
CheckPermision Method (SecurityManager)



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

Parameters

cn
rsid
permCheck
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

SecurityManager Class
SecurityManager Members

Send Feedback