Click or drag to resize
DataProtectionDataGenerator Class
Sample data protection data generator providing sample data for Dancing Goat demo site.
Inheritance Hierarchy
SystemObject
  CMS.DancingGoat.SamplesDataProtectionDataGenerator

Namespace: CMS.DancingGoat.Samples
Assembly: CMS.DancingGoat.Samples (in CMS.DancingGoat.Samples.dll) Version: 11.0.0
Syntax
C#
public sealed class DataProtectionDataGenerator : ISampleDataGenerator

The DataProtectionDataGenerator type exposes the following members.

Constructors
  NameDescription
Public methodDataProtectionDataGenerator
Top
Methods
  NameDescription
Public methodStatic memberAreSamplesEnabled
Indicates if data protection samples are enabled.
Public methodGenerate
Generates sample data protection data. Suitable only for Dancing Goat demo site.
Top
See Also