Click or drag to resize
ForumAttachmentInfoProvider.GetForumAttachments 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#
public static InfoDataSet<ForumAttachmentInfo> GetForumAttachments(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by
topN
Type: System.Int32
Top N
columns
Type: System.String
Columns

Return Value

Type: InfoDataSet<ForumAttachmentInfo>
See Also