Click or drag to resize
Value Constructor (String, Object)
Initializes a new instance of the Value class

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Value(
	string name,
	Object valueContent
)

Parameters

name
Type: SystemString
valueContent
Type: SystemObject
See Also