Click or drag to resize
BlogCommentInfoProviderGetCommentsWaitingForApproval Method
Returns DataSet with all owner comments waiting for approval.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetCommentsWaitingForApproval(
	string siteName,
	int ownerID
)

Parameters

siteName
Type: SystemString
Site name
ownerID
Type: SystemInt32
Owner ID

Return Value

Type: DataSet
See Also