SessionIdFromInt32 Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates a new SessionId from an Int32.

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static SessionId FromInt32(
	int sessionId
)

Parameters

sessionId
Type: SystemInt32
The session identifier.

Return Value

Type: SessionId
A newSessionId that represents a session with a sessionId value.
See Also

Reference