Table of Contents

Class CommentDataProvider

Namespace
Dynamicweb.Content.Commenting.DataProviders
Assembly
Dynamicweb.dll

Provides data related to comments.

public sealed class CommentDataProvider : SqlDataProviderBase
Inheritance
CommentDataProvider
Inherited Members

Methods

GetDataByUser(User)

Gets data related to comments posted by a given user.

public override IEnumerable<DataItem> GetDataByUser(User user)

Parameters

user User

The user.

Returns

IEnumerable<DataItem>

A collection of data items representing the comments.

See Also

To top