Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachmentInfoWithoutBinaryInternal 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#
protected virtual ForumAttachmentInfo GetForumAttachmentInfoWithoutBinaryInternal(
	Guid guid,
	string siteName
)

Parameters

guid
Type: SystemGuid
GUID of the forumAttachment to return
siteName
Type: SystemString
Attachment site name

Return Value

Type: ForumAttachmentInfo
See Also