Table of Contents

Class DatabaseContentProvider

Namespace
Dynamicweb.Content
Assembly
Dynamicweb.dll
DatabaseContentProvider is base class for add-ins that can auto generate test data for the solution.
[Obsolete("This class is no longer used.")]
public abstract class DatabaseContentProvider : ConfigurableAddIn
Inheritance
DatabaseContentProvider
Inherited Members

Methods

GenerateContent()

Override this method to create the data. Returns the amount of records created.
public abstract double GenerateContent()

Returns

double
System.Double.
See Also

GetCount()

Specifies how many records that should be created
public abstract double GetCount()

Returns

double
System.Double.
See Also

See Also

To top