deDesign..::..validateUserName Method
   Validates the name of the user.
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static userNameValidation validateUserName( string connectionString, string userName, out string workflowUserID, out string culture, out string message )
Public Shared Function validateUserName ( _ connectionString As String, _ userName As String, _ <OutAttribute> ByRef workflowUserID As String, _ <OutAttribute> ByRef culture As String, _ <OutAttribute> ByRef message As String _ ) As userNameValidation
public: static userNameValidation^ validateUserName( String^ connectionString, String^ userName, [OutAttribute] String^% workflowUserID, [OutAttribute] String^% culture, [OutAttribute] String^% message )
Parameters
- connectionString
- Type: String
 The connection string.
- userName
- Type: String
 Name of the user.
- workflowUserID
- Type: String%
 The workflow user identifier.
- culture
- Type: String%
 The culture.
- message
- Type: String%
 The message.
 
                     
                 
                
                 
                 
                 
                
