WindowsAuthenticationOpenSession Method (ConnectionId) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

When implemented in derived classes, opens a Content Studio session.

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

public abstract int OpenSession(
	ConnectionId connectionId
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site

Return Value

Type: Int32
A session identifier for the current user.
See Also

Reference