ThreadItems MembersKentico 8.0 API Reference
The ThreadItems type exposes the following members.
Methods

  NameDescription
Public methodStatic memberDeleteThreadItems
Removes the thread items array for the given thread. If thread ID is not specified, cleans the current thread items.
Public methodStatic memberEnsureItems
Ensures the items collection of the given thread.
Public methodStatic memberNewThreadItems
Initializes new thread items table for the given parent thread
Public methodStatic memberSetThreadItems
Places the thread items to a thread context defined by their parent thread ID.
Back to Top
Fields

  NameDescription
Public fieldStatic memberAllowAnonymousThreadItems
If true, anonymous threads are allowed to work with their thread items
Back to 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.
Back to Top
See Also