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

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

Creates a new ConnectionId from a Int16 value.

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

public static ConnectionId FromInt16(
	short connectionId
)

Parameters

connectionId
Type: SystemInt16
The value of the new ConnectionId.

Return Value

Type: ConnectionId
A ConnectionId that has the value of connectionId.
See Also

Reference