SetSelectedContentByName Method
Selects all Content in the model whose EntityName matches a list of names.
Syntax
public System.bool SetSelectedContentByName(
System.object sender,
System.Collections.Generic.IEnumerable<string> names,
out System.Collections.Generic.IEnumerable<string> namesNotFound
)Public Function SetSelectedContentByName( _
ByVal sender As System.Object, _
ByVal names As System.Collections.Generic.IEnumerable(Of String), _
ByRef namesNotFound As System.Collections.Generic.IEnumerable(Of String) _
) As System.BooleanParameters
| Name | Description |
|---|---|
| sender | The object that originates the selection |
| names | The Entity Names that should be seleced |
| namesNotFound | A list of names that could not be selected because no match was found |
Return Value
True if all names were selected. False if there was no match, or a partial match.