Click or drag to resize
ForumInfoProviderGetForumInfoByGUID Method
Returns object with specified GUID.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static ForumInfo GetForumInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: ForumInfo
See Also