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

Sets the profile string from context

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

Syntax

C#
protected void SetProfileStringToContext(
	int userId,
	int groupId,
	Constants..::.ApplicationType aType,
	string profile
)
Visual Basic (Declaration)
Protected Sub SetProfileStringToContext ( _
	userId As Integer, _
	groupId As Integer, _
	aType As Constants..::.ApplicationType, _
	profile As String _
)
Visual C++
protected:
void SetProfileStringToContext(
	int userId, 
	int groupId, 
	Constants..::.ApplicationType aType, 
	String^ profile
)

Parameters

userId
Type: System..::.Int32
groupId
Type: System..::.Int32
aType
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
profile
Type: System..::.String

See Also