Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachments 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#
public static InfoDataSet<ForumAttachmentInfo> GetForumAttachments(
	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