| BlogCommentInfoProviderGetCommentsWaitingForApproval Method | 
            Returns DataSet with all owner comments waiting for approval.
            
 
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DataSet GetCommentsWaitingForApproval(
	string siteName,
	int ownerID
)
Parameters
- siteName
- Type: SystemString
 Site name
- ownerID
- Type: SystemInt32
 Owner ID
Return Value
Type: 
DataSet See Also
See Also