ItemValuesSelectValues Method |
Selects a collection of values at a given path.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<Value> SelectValues(
string path
)
Public Function SelectValues (
path As String
) As EntityCollection(Of Value)
public:
EntityCollection<Value^>^ SelectValues(
String^ path
)
member SelectValues :
path : string -> EntityCollection<Value>
Parameters
- path
- Type: SystemString
The path to search.
Return Value
Type:
EntityCollectionValue
See Also