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

Gets the profile string from context

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

Syntax

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

Parameters

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

Return Value

See Also