ListManagerGet Method (ConnectionId, SessionId, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets an object that represents a list definition in Content Studio

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

public ListDefinitionDetail Get(
	ConnectionId connectionId,
	SessionId sessionId,
	string listItemName
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value usually originates from a call to OpenSession(ConnectionId).
listItemName
Type: SystemString
The name of the list item to read.

Return Value

Type: ListDefinitionDetail
A ListDefinitionDetail object that represent the list definition when found or when the caller has the required permission; otherwise, null
Exceptions

Content Studio permissions

READ permission on the category that forms the list definition is required to read a list definition. Anonymous calls are supported.
Remarks

This method was added in Content Studio 5.6

See Also

Reference