Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachmentsInternal Method (String, String, Int32, String)
Returns dataset with attachments with dependence on input parameters.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<ForumAttachmentInfo> GetForumAttachmentsInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Top N
columns
Type: SystemString
Columns

Return Value

Type: InfoDataSetForumAttachmentInfo
See Also