Click or drag to resize
ThreadItemsEnsureItems Method
Ensures the items collection of the given thread.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void EnsureItems(
	CMSThread thread = null
)

Parameters

thread (Optional)
Type: CMS.BaseCMSThread
Thread for which to ensure the items. Pass null for current thread.
See Also