ItemValuesSelectSingleValue Method (String) |
Selects a single 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 Value SelectSingleValue(
string path
)
Public Function SelectSingleValue (
path As String
) As Value
public:
Value^ SelectSingleValue(
String^ path
)
member SelectSingleValue :
path : string -> Value
Parameters
- path
- Type: SystemString
The path to search.
Return Value
Type:
Value
See Also