Table of Contents

Class ThreadItems

Namespace
CMS.Base
Assembly
CMS.Base.dll

Thread items collection.

public class ThreadItems
Inheritance
object
ThreadItems
Extension Methods

Properties

CurrentItems

Current items collection.

public static IThreadContextItems CurrentItems { get; }

Property Value

IThreadContextItems

ReadOnlyCurrentItems

Current items collection for read-only purposes, returns null if the items were not yet registered.

public static IThreadContextItems ReadOnlyCurrentItems { get; }

Property Value

IThreadContextItems

Methods

EnsureItems(CMSThread)

Ensures the items collection of the given thread.

public static void EnsureItems(CMSThread thread = null)

Parameters

thread CMSThread

Thread for which to ensure the items. Pass null for current thread.