Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachmentsInternal Method (Int32, Boolean)
Returns DataSet with attachment which have relation to specified forum post id.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<ForumAttachmentInfo> GetForumAttachmentsInternal(
	int postId,
	bool getBinary
)

Parameters

postId
Type: SystemInt32
Forum post id
getBinary
Type: SystemBoolean
If true binary data will be retrieved from DB

Return Value

Type: InfoDataSetForumAttachmentInfo
See Also