Class DataItemInfo
- Namespace
 - Dynamicweb.Deployment
 
- Assembly
 - Dynamicweb.Deployment.dll
 
Represents data about an entity
  
  public class DataItemInfo : DataItemBase
  - Inheritance
 - 
      
      
      DataItemInfo
 
- Inherited Members
 
Constructors
DataItemInfo(string)
Initializes a new instance of the DataItemInfo class.
  
  public DataItemInfo(string id)
  Parameters
idstring- The identifier.
 
- See Also
 
Properties
Checksum
Gets or sets the checksum.
  
  public string Checksum { get; set; }
  Property Value
- string
 - The checksum.
 
- See Also