ItemValuesCreateValue Method (String, Object, DataType) |
Creates a value at a given path.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void CreateValue(
string path,
Object valueContent,
DataType dataType
)
Public Sub CreateValue (
path As String,
valueContent As Object,
dataType As DataType
)
public:
void CreateValue(
String^ path,
Object^ valueContent,
DataType dataType
)
member CreateValue :
path : string *
valueContent : Object *
dataType : DataType -> unit
Parameters
- path
- Type: SystemString
The path to create the value. - valueContent
- Type: SystemObject
The content of the value in the data type specified in dataType. - dataType
- Type: ConnectedApps.Cms.EntitiesDataType
The data type of the value content.
See Also