ForumAttachmentInfoProviderGetForumAttachmentsInternal Method |
Returns DataSet with attachment which have relation to specified forum post id.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax 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:
InfoDataSetForumAttachmentInfoSee Also