Method ArtifactSelected
ArtifactSelected(Artifact, bool)
Sets the selected artifact.
Declaration
public void ArtifactSelected(Artifact artifact, bool force = false)
Parameters
Type | Name | Description |
---|---|---|
Artifact | artifact | The artifact to select. |
bool | force | Force the selection change even if the artifact is the same as current selection. |