ListDefinitionDetail 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. This class is similar to ListDefinition but has more details used mainly for administration.
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 ListDefinitionDetail : ListDefinition

The ListDefinitionDetail type exposes the following members.

Constructors

  NameDescription
Public methodListDefinitionDetail
Initializes a new instance of the ListDefinitionDetail class
Top
Properties

  NameDescription
Public propertyCallerCanEdit
Gets or sets a value indicating whether the caller can edit lists and list items.
Public propertyCategoryId
Gets or sets the identifier of the category that forms the list.
(Inherited from ListDefinition.)
Public propertyCategoryName
Gets or sets the name of the category that forms the list.
(Inherited from ListDefinition.)
Public propertyCreated
Gets or sets a value indicating when the item was created.
Public propertyCreatedBy
Gets or sets a value that indicates who created the list item.
Public propertyDefaultSortExpression
Gets or sets the default sort expression.
(Inherited from ListDefinition.)
Public propertyDescription
Gets or sets the description of the list item.
(Inherited from ListDefinition.)
Public propertyDocumenttype
Gets or sets the type of documents that can be stored in the list. Only File and Ept document types are supported.
(Inherited from ListDefinition.)
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.
(Inherited from ListDefinition.)
Public propertyFilter
Gets or sets a filter that defines the content of a filtered list.
(Inherited from ListDefinition.)
Public propertyGroupname
Gets or sets the groupname of the list item.
(Inherited from ListDefinition.)
Public propertyId
Gets or sets the identifier of the list item.
(Inherited from ListDefinition.)
Public propertyListType
Sets or gets the type of list
(Inherited from ListDefinition.)
Public propertyModified
Gets or sets a value indicating when the item was last modified.
Public propertyModifiedBy
Gets or sets a value that indicates who last updated the list item.
Public propertyName
Gets or sets the name of the list item.
(Inherited from ListDefinition.)
Public propertySearchfilter
Gets or sets the searchfilter.
(Inherited from ListDefinition.)
Public propertyVisibility
Gets or sets a value that specifies how the list should be visible in the editor and its browser interface,
(Inherited from ListDefinition.)
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