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

Sets the document user profile

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

Syntax

C#
public int SetDocumentUserProfile(
	int userId,
	int groupId,
	DocumentUserProfile tp
)
Visual Basic (Declaration)
Public Function SetDocumentUserProfile ( _
	userId As Integer, _
	groupId As Integer, _
	tp As DocumentUserProfile _
) As Integer
Visual C++
public:
int SetDocumentUserProfile(
	int userId, 
	int groupId, 
	DocumentUserProfile^ tp
)

Parameters

userId
Type: System..::.Int32
groupId
Type: System..::.Int32
tp
Type: OfficeClip.BusinessLayer.Framework.Profile..::.DocumentUserProfile

Return Value

See Also