ListManager Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Handles operations on CS Edit lists.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.ListingListManager

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

public class ListManager : CSBase

The ListManager type exposes the following members.

Constructors

  NameDescription
Public methodListManager
Initializes a new instance of the ListManager class
Top
Methods

  NameDescription
Public methodAdd
Adds a new list definition
Public methodAssociatedListAddOrUpdate
Associates a document with a list.
Public methodAssociatedListDelete
Deletes an association between a list and a document.
Public methodAssociatedListsForDocument
Gets the lists associated with a document.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDelete
Deletes an existing list definition
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet(ConnectionId, SessionId, Guid)
Gets an object that represents a list definition in Content Studio
Public methodGet(ConnectionId, SessionId, String)
Gets an object that represents a list definition in Content Studio
Public methodGetDocumentsInList
Gets the documents that exists in a defined list.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetList
Gets a list of object that represents a list definition in Content Studio.
Public methodGetListsByDocument
Gets a collection of ListDefinition objects representing lists where the document belong. The predefined list types such as Recycling Bin or Latest activities are not included.
Public methodGetType (Inherited from Object.)
Public methodGroupnames
Gets a list of unique group names in use by the lists
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodMenuItemMovePreCheck
Checks that a menu item can be moved to a new parent.
Public methodSearchDocumentsInList
Search for documents that exists in a defined list.
Public methodToString (Inherited from Object.)
Public methodUpdate
Updates an existing list definition
Top
Remarks

This class was added in Content Studio 5.6
See Also

Reference