Click or drag to resize
ThreadItems Class
Thread items collection.
Inheritance Hierarchy
SystemObject
  CMS.BaseThreadItems

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class ThreadItems

The ThreadItems type exposes the following members.

Constructors
  NameDescription
Public methodThreadItems
Top
Properties
  NameDescription
Public propertyStatic memberCurrentItems
Current items collection.
Public propertyStatic memberReadOnlyCurrentItems
Current items collection for read-only purposes, returns null if the items were not yet registered.
Top
Methods
  NameDescription
Public methodStatic memberEnsureItems
Ensures the items collection of the given thread.
Top
See Also