ForumPostInfoProviderSelectForumPosts Method (Int32, String, String, String, Int32, Boolean) |
Returns the DataSet of forum posts in specified subtree of forum posts.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax public static InfoDataSet<ForumPostInfo> SelectForumPosts(
int forumId,
string path,
string whereCondition,
string orderBy,
int maxRelativeLevel,
bool selectOnlyApproved
)
Parameters
- forumId
- Type: SystemInt32
Forum ID - path
- Type: SystemString
Posts path - whereCondition
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order specification - maxRelativeLevel
- Type: SystemInt32
Maximal relative level - selectOnlyApproved
- Type: SystemBoolean
Select only approved posts
Return Value
Type:
InfoDataSetForumPostInfoSee Also