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

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

Syntax

C#
public void SetAutoApprovalForUserList(
	int targetUserId,
	string userlist,
	int groupId,
	int appId,
	bool isAutoApprove
)
Visual Basic (Declaration)
Public Sub SetAutoApprovalForUserList ( _
	targetUserId As Integer, _
	userlist As String, _
	groupId As Integer, _
	appId As Integer, _
	isAutoApprove As Boolean _
)
Visual C++
public:
void SetAutoApprovalForUserList(
	int targetUserId, 
	String^ userlist, 
	int groupId, 
	int appId, 
	bool isAutoApprove
)

Parameters

targetUserId
Type: System..::.Int32
userlist
Type: System..::.String
groupId
Type: System..::.Int32
appId
Type: System..::.Int32
isAutoApprove
Type: System..::.Boolean

See Also