ThreadItemsEnsureItems Method |
Ensures the items collection of the given thread.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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