[This is preliminary documentation and is subject to change.]
Gets the proxy user list
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataView GetProxyUsersList( int ApplicationId, int ApplicationSecondaryId, int currentUserId, int currentGroupId ) |
Visual Basic (Declaration) |
---|
Public Function GetProxyUsersList ( _ ApplicationId As Integer, _ ApplicationSecondaryId As Integer, _ currentUserId As Integer, _ currentGroupId As Integer _ ) As DataView |
Visual C++ |
---|
public: DataView^ GetProxyUsersList( int ApplicationId, int ApplicationSecondaryId, int currentUserId, int currentGroupId ) |
Parameters
- ApplicationId
- Type: System..::.Int32
The database generated unique id of the application
- ApplicationSecondaryId
- Type: System..::.Int32
The database generated application secondary id
- currentUserId
- Type: System..::.Int32
The unique id of the current user
- currentGroupId
- Type: System..::.Int32
The id of the current organization