[This is preliminary documentation and is subject to change.]
Updates the list of users who can be proxied an application or a particular
operation within an application for the currently logged in user.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void UpdateProxyUsers( int ApplicationId, int ApplicationSecondaryId, string AddProxyUserListStr, string RemoveProxyUserListStr, int currentUserId, int currentGroupId ) |
Visual Basic (Declaration) |
---|
Public Sub UpdateProxyUsers ( _ ApplicationId As Integer, _ ApplicationSecondaryId As Integer, _ AddProxyUserListStr As String, _ RemoveProxyUserListStr As String, _ currentUserId As Integer, _ currentGroupId As Integer _ ) |
Visual C++ |
---|
public: void UpdateProxyUsers( int ApplicationId, int ApplicationSecondaryId, String^ AddProxyUserListStr, String^ RemoveProxyUserListStr, int currentUserId, int currentGroupId ) |
Parameters
- ApplicationId
- Type: System..::.Int32
Id of the application which being proxied.
- ApplicationSecondaryId
- Type: System..::.Int32
Secondary Id of the application identifying the specific area within the application which is being delegated.
- AddProxyUserListStr
- Type: System..::.String
List of concatenated comma delimited Ids of the users who are being added as Proxy.
- RemoveProxyUserListStr
- Type: System..::.String
List of concatenated comma delimited Ids of the users who are being removed as being Proxy.
- currentUserId
- Type: System..::.Int32
The unique id of the current user
- currentGroupId
- Type: System..::.Int32
The id of the current organization