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

Gets a boolean value specifying AutoApprove is enabled or not by a Target User for a particular user

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

Syntax

C#
public bool GetAutoApprovalForUser(
	int targetUserId,
	int currentUserId,
	int groupId,
	int appId
)
Visual Basic (Declaration)
Public Function GetAutoApprovalForUser ( _
	targetUserId As Integer, _
	currentUserId As Integer, _
	groupId As Integer, _
	appId As Integer _
) As Boolean
Visual C++
public:
bool GetAutoApprovalForUser(
	int targetUserId, 
	int currentUserId, 
	int groupId, 
	int appId
)

Parameters

targetUserId
Type: System..::.Int32
the target userid or the userid of the person who has to approve
currentUserId
Type: System..::.Int32
the userid of the user
groupId
Type: System..::.Int32
the groupid
appId
Type: System..::.Int32
the application Id

See Also