Click or drag to resize
ItemValuesSelectSingleValue Method (String)
Selects a single value at a given path.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Value SelectSingleValue(
	string path
)

Parameters

path
Type: SystemString
The path to search.

Return Value

Type: Value
See Also