Click or drag to resize

VersionControlManagerCommitAsync Method

Commits all current changes.

Namespace:  Demo3D.Gui.VersionControl
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public Task CommitAsync(
	string message,
	string username,
	string email
)

Parameters

message
Type: SystemString
The commit message.
username
Type: SystemString
The Git user name.
email
Type: SystemString
The Git email address.

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.Gui.VersionControl.VersionControlManager.CommitAsync(System.String,System.String,System.String)"]

See Also