| ItemValuesCreateValue Method (String) | 
        
        
        
            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)
 Syntax
Syntaxpublic void CreateValue(
	string path
)
Public Sub CreateValue ( 
	path As String
)
public:
void CreateValue(
	String^ path
)
member CreateValue : 
        path : string -> unit 
Parameters
- path
- Type: SystemString
 The path to create the value using the String data type.
 See Also
See Also