[This is preliminary documentation and is subject to change.]

Gets the information related to the proxied users

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetProxiedFromUsers(
	int ApplicationId,
	int ApplicationSecondaryId,
	int currentUserId,
	int currentGroupId
)
Visual Basic (Declaration)
Public Function GetProxiedFromUsers ( _
	ApplicationId As Integer, _
	ApplicationSecondaryId As Integer, _
	currentUserId As Integer, _
	currentGroupId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetProxiedFromUsers(
	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

Return Value

The dataset corresponding to the proxied users

See Also