Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachmentInfoInternal Method (Int32)
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(
	int forumAttachmentId
)

Parameters

forumAttachmentId
Type: SystemInt32
ForumAttachment id

Return Value

Type: ForumAttachmentInfo
See Also