Class DataItemSelection
- Namespace
 - Dynamicweb.Deployment
 
- Assembly
 - Dynamicweb.Deployment.dll
 
Represents a selection of data items.
  
  public class DataItemSelection
  - Inheritance
 - 
      
      DataItemSelection
 
- Inherited Members
 
Constructors
DataItemSelection(DataItemType)
Initializes a new instance of the DataItemSelection class.
  
  public DataItemSelection(DataItemType dataItemType)
  Parameters
dataItemTypeDataItemType- Type of the data items.
 
DataItemSelection(DataItemType, ICollection<string>)
Initializes a new instance of the DataItemSelection class.
  
  public DataItemSelection(DataItemType dataItemType, ICollection<string> dataItemIds)
  Parameters
dataItemTypeDataItemType- Type of the data items.
 dataItemIdsICollection<string>- The data item ids.
 
Properties
DataItemIds
Gets or sets the data item ids.
  
  public ICollection<string> DataItemIds { get; set; }
  Property Value
- ICollection<string>
 - The data item ids.
 
DataItemType
Gets or sets the type of the data items.
  
  public DataItemType DataItemType { get; set; }
  Property Value
- DataItemType
 - The type of the data items.