RSS Documentation
IsAccountExist Method



Syntax
'Declaration
 
Public Shared Function IsAccountExist( _
   ByVal cn As BPMConnection, _
   ByVal account As String, _
   ByRef regularAccount As String _
) As Boolean
'Usage
 
Dim cn As BPMConnection
Dim account As String
Dim regularAccount As String
Dim value As Boolean
 
value = User.IsAccountExist(cn, account, regularAccount)
public static bool IsAccountExist( 
   BPMConnection cn,
   string account,
   ref string regularAccount
)
public:
static bool IsAccountExist( 
   BPMConnection^ cn,
   String^ account,
   String^% regularAccount
) 

Parameters

cn
account
regularAccount
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

User Class
User Members

Send Feedback