ItemValuesCreateValue Method (String, Boolean) |
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,
bool reference
)
Public Sub CreateValue (
path As String,
reference As Boolean
)
public:
void CreateValue(
String^ path,
bool reference
)
member CreateValue :
path : string *
reference : bool -> unit
Parameters
- path
- Type: SystemString
The path to create the value using the String data type. - reference
- Type: SystemBoolean
If true, indicating the value and all sub values can have a different structure across languages.
See Also