Class DataItemSelection
- Namespace
- Dynamicweb.Deployment
- Assembly
- Dynamicweb.Core.dll
Represents a selection of data items.
- Inheritance
-
Data
Item Selection
- Inherited Members
Constructors
DataItemSelection()
Initializes a new instance of the Data
DataItemSelection(DataItemType)
Initializes a new instance of the Data
Parameters
dataItemType
DataItem Type Type of the data items.
DataItemSelection(DataItemType, ICollection<string>)
Initializes a new instance of the Data
Parameters
dataItemType
DataItem Type Type of the data items.
dataItemIds
ICollection<string>The data item ids.
Properties
DataItemIds
Gets or sets the data item ids.
Property Value
- ICollection<string>
The data item ids.
DataItemType
Gets or sets the type of the data items.
Property Value
- Data
Item Type The type of the data items.