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

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

Gets a list of unique group names in use by the lists

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

public IEnumerable<string> Groupnames(
	ConnectionId connectionId,
	SessionId sessionId
)

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).

Return Value

Type: IEnumerableString
A list of list group names.
Exceptions

ExceptionCondition
SqlException
Content Studio permissions

Any caller can execute this method. Anonymous calls are supported.
Remarks

This method was added in Content Studio 5.6

See Also

Reference