'Declaration
Public Overloads Shared Function Exists( _ ByVal credentialName As System.String, _ ByVal js As Server _ ) As System.Boolean
'Usage
Dim credentialName As System.String Dim js As Server Dim value As System.Boolean value = Credential.Exists(credentialName, js)
public static System.bool Exists( System.string credentialName, Server js )
Parameters
- credentialName
- Username.
- js
- JAMS Server.
Return Value
True if the Credential definition exists and the user has Submit access to it.