Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachmentInfoByGuid Method
Returns the ForumAttachment structure for the specified forumAttachment.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static ForumAttachmentInfo GetForumAttachmentInfoByGuid(
	Guid guid,
	string siteName
)

Parameters

guid
Type: SystemGuid
Forum attachment guid
siteName
Type: SystemString
Attachemnt site name

Return Value

Type: ForumAttachmentInfo
See Also