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

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

Parameters

threadGuid
Type: SystemGuid
Thread GUID

Return Value

Type: CMSThread
See Also