BCUserDB GetUsersInfo Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Overload List

  NameDescription
Public methodGetUsersInfo(IEnumerable String )
Returns an array containing active user details.
Public methodGetUsersInfo(Int32)
Returns an array containing active user details of a user group with specified ID property value.
Public methodGetUsersInfo(String)
Returns an array containing active user details of the user group with the specified name.
Public methodGetUsersInfo(IEnumerable String , UserInfoFlags)
Returns an array containing user details.
Public methodGetUsersInfo(IEnumerable String , Boolean)
Returns an array containing user details.
Public methodGetUsersInfo(Int32, UserInfoFlags)
Returns an array containing user details of the specified user group.
Public methodGetUsersInfo(Int32, Boolean)
Returns an array containing user details of yhe user group with the specified ID property value.
Public methodGetUsersInfo(String, UserInfoFlags)
Returns an array containing user details of the specified user group.
Public methodGetUsersInfo(String, Boolean)
Returns an array containing user details of the user group with the specified name.
Back to Top
See Also