Table of Contents

Class DataItemInfo

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Core.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

id string

The identifier.

Properties

Checksum

Gets or sets the checksum.

public string Checksum { get; set; }

Property Value

string

The checksum.

See Also

To top