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

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

Represents a list definition item in a CS Edit list.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.ListingListDefinition
    ContentStudio.Document.ListingListDefinitionDetail

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

[SerializableAttribute]
public class ListDefinition

The ListDefinition type exposes the following members.

Constructors

  NameDescription
Public methodListDefinition
Initializes a new instance of the ListDefinition class
Top
Properties

  NameDescription
Public propertyCategoryId
Gets or sets the identifier of the category that forms the list.
Public propertyCategoryName
Gets or sets the name of the category that forms the list.
Public propertyDefaultSortExpression
Gets or sets the default sort expression.
Public propertyDescription
Gets or sets the description of the list item.
Public propertyDocumenttype
Gets or sets the type of documents that can be stored in the list. Only File and Ept document types are supported.
Public propertyFields
Gets or sets a list of objects that defines what fields the Filter and Searchfilter should work with. All these fields must be indexed.
Public propertyFilter
Gets or sets a filter that defines the content of a filtered list.
Public propertyGroupname
Gets or sets the groupname of the list item.
Public propertyId
Gets or sets the identifier of the list item.
Public propertyListType
Sets or gets the type of list
Public propertyName
Gets or sets the name of the list item.
Public propertySearchfilter
Gets or sets the searchfilter.
Public propertyVisibility
Gets or sets a value that specifies how the list should be visible in the editor and its browser interface,
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class was added in CS 5.6
See Also

Reference