Click or drag to resize

AddInDataConstrainAttribute Constructor (String, String)

Initializes a new instance of the AddInDataConstrainAttribute class

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public AddInDataConstrainAttribute(
	string inputFormat,
	string outputFormat
)

Parameters

inputFormat
Type: SystemString
outputFormat
Type: SystemString
See Also