Class GlobalOptions
Global options that control all libgit2 operations in all repositories.
Inheritance
System.Object
GlobalOptions
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public static class GlobalOptions : object
Methods
| Improve this Doc View SourceGetSearchPath(ConfigurationLevel)
Declaration
public static string GetSearchPath(ConfigurationLevel level)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationLevel | level |
Returns
Type | Description |
---|---|
System.String |
SetSearchPath(ConfigurationLevel, String)
Declaration
public static void SetSearchPath(ConfigurationLevel level, string paths)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationLevel | level | |
System.String | paths |