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

Gets the login session

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

Syntax

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

Parameters

userId
Type: System..::.Int32

Return Value

See Also