Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachmentInfoInternal Method (Guid, String)
Returns the ForumAttachment structure for the specified forumAttachment.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual ForumAttachmentInfo GetForumAttachmentInfoInternal(
	Guid guid,
	string siteName
)

Parameters

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

Return Value

Type: ForumAttachmentInfo
See Also