Try to get the current user ID string.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool TryGetCurrentUserId(
	out string currentUserId
)
Visual Basic
Function TryGetCurrentUserId ( _
	<OutAttribute> ByRef currentUserId As String _
) As Boolean
Visual C++
bool TryGetCurrentUserId(
	[OutAttribute] String^% currentUserId
)

Parameters

currentUserId
Type: System..::..String%
the user id

Return Value

Whether it exists or not

See Also