[This is preliminary documentation and is subject to change.]
Returns all the user who can be seen by a particular user,
and does not belong to a particular group.
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public List<UserInfo> GetNonMembersList( int userId, int groupId ) |
Visual Basic (Declaration) |
---|
Public Function GetNonMembersList ( _ userId As Integer, _ groupId As Integer _ ) As List(Of UserInfo) |
Visual C++ |
---|
public: List<UserInfo^>^ GetNonMembersList( int userId, int groupId ) |
Parameters
- userId
- Type: System..::.Int32
Id of a particular user.
- groupId
- Type: System..::.Int32
Id of a particular group.
Return Value
DataTable containing the id, name and email Address of the respective users. This DataTable consists of the following two columns.- id (System.Int32)Id of the user.
- nameAndEMail (System.String)Name and email Address of the user.