Provides Subscription data to DataBoundControl implementations.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public class SubscriptionDataSource : GenericDataSource<UserSubscriptionInfo, List<UserSubscriptionInfo>, int>

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.DataSourceControl
      EPiServer.Web.WebControls..::.GenericDataSource<(Of <(UserSubscriptionInfo, List<(Of <(UserSubscriptionInfo>)>), Int32>)>)
        EPiServer.Web.WebControls..::.SubscriptionDataSource

See Also