Autodesk Vault ProfessionalVault API

SetSelectedContentByName Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ModelsBrowseVaultNavigationModel

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.Boolean

Parameters

NameDescription
senderThe object that originates the selection
namesThe Entity Names that should be seleced
namesNotFoundA 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.

See Also