Click or drag to resize
CMSThread.GetThread Method
Finds the thread based on the given GUID.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static CMSThread GetThread(
	Guid threadGuid
)

Parameters

threadGuid
Type: System.Guid
Thread GUID

Return Value

Type: CMSThread
See Also