Click or drag to resize

VersionControlEditorModelBranchNames Property

The names of all the available branches in the repository.

Namespace:  Demo3D.Gui.VersionControl
Assembly:  WpfControls (in WpfControls.dll) Version: 18.04.00
Syntax
C#
public IEnumerable<string> BranchNames { get; }

Property Value

Type: IEnumerableString
See Also