SDMSDocManager.DeleteUser

This function is used to delete a user account; only users who have never logged in may be deleted.

Syntax Parameters Return value
Sub SDMSDocManager.DeleteUser( _
    adminIDToken As String, _
    userName As String, _
    Optional reasonComment As Variant)
  • adminIDToken [in]

    Type: String

  • userName [in]

    Type: String

  • reasonComment [in, optional]

    Type: Variant

This function does not return a value.