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

Gets the general user profile

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

Syntax

C#
public GeneralUserProfile GetGeneralUserProfile(
	int userId
)
Visual Basic (Declaration)
Public Function GetGeneralUserProfile ( _
	userId As Integer _
) As GeneralUserProfile
Visual C++
public:
GeneralUserProfile^ GetGeneralUserProfile(
	int userId
)

Parameters

userId
Type: System..::.Int32

Return Value

See Also