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

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

Deletes an existing list definition

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

public void Delete(
	ConnectionId connectionId,
	SessionId sessionId,
	Guid listItemId
)

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).
listItemId
Type: SystemGuid
The identifier of the list item to delete.
Exceptions

Content Studio permissions

Either CREATE permission on the site root - or - the GlobalGroupAdmin - or - WriteActiveContent global right is required to perform actions against global list definitions.
Remarks

This method was added in Content Studio 5.6

See Also

Reference