Click or drag to resize
EcommerceSampleDataGeneratorGenerate Method
Generates sample ecommerce data. Suitable only for Dancing Goat demo site.

Namespace: CMS.DancingGoat.Samples
Assembly: CMS.DancingGoat.Samples (in CMS.DancingGoat.Samples.dll) Version: 11.0.0
Syntax
C#
public void Generate(
	int siteID
)

Parameters

siteID
Type: SystemInt32
ID of the site to generate sample data for.

Implements

ISampleDataGeneratorGenerate(Int32)
See Also