Table of Contents

Class DeploymentSet

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Core.dll

Represents a collection of data that should be deployed.

public class DeploymentSet
Inheritance
DeploymentSet
Inherited Members

Constructors

DeploymentSet()

Initializes a new instance of the DeploymentSet class.

public DeploymentSet()

Properties

DataGroups

Gets or sets the data groups.

public ICollection<DataGroup> DataGroups { get; set; }

Property Value

ICollection<DataGroup>

The data groups.

DataItemIdentifiers

Gets or sets the data item identifiers.

public ICollection<DataItemIdentifier> DataItemIdentifiers { get; set; }

Property Value

ICollection<DataItemIdentifier>

The data item identifiers.

To top