Click or drag to resize

DataItemIdentifier Constructor

Initializes a new instance of the DataItemIdentifier class

Namespace:  Dynamicweb.Deployment
Assembly:  Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax
public DataItemIdentifier(
	string dataGroupId,
	string dataItemTypeId,
	string dataItemId
)

Parameters

dataGroupId
Type: SystemString
dataItemTypeId
Type: SystemString
dataItemId
Type: SystemString
See Also