Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
UpdateFileRequest ( string message, string content, string sha ) : System.Diagnostics |
Creates an instance of a UpdateFileRequest.
|
|
UpdateFileRequest ( string message, string content, string sha, bool convertContentToBase64 ) : System.Diagnostics |
Creates an instance of a UpdateFileRequest.
|
|
UpdateFileRequest ( string message, string content, string sha, string branch ) : System.Diagnostics |
Creates an instance of a UpdateFileRequest.
|
|
UpdateFileRequest ( string message, string content, string sha, string branch, bool convertContentToBase64 ) : System.Diagnostics |
Creates an instance of a UpdateFileRequest.
|
public UpdateFileRequest ( string message, string content, string sha ) : System.Diagnostics | ||
message | string | The message. |
content | string | The content. |
sha | string | The sha. |
Результат | System.Diagnostics |
public UpdateFileRequest ( string message, string content, string sha, bool convertContentToBase64 ) : System.Diagnostics | ||
message | string | The message. |
content | string | The content. |
sha | string | The sha. |
convertContentToBase64 | bool | True to convert content to base64. |
Результат | System.Diagnostics |
public UpdateFileRequest ( string message, string content, string sha, string branch ) : System.Diagnostics | ||
message | string | The message. |
content | string | The content. |
sha | string | The sha. |
branch | string | The branch the request is for. |
Результат | System.Diagnostics |
public UpdateFileRequest ( string message, string content, string sha, string branch, bool convertContentToBase64 ) : System.Diagnostics | ||
message | string | The message. |
content | string | The content. |
sha | string | The sha. |
branch | string | The branch the request is for. |
convertContentToBase64 | bool | True to convert content to base64. |
Результат | System.Diagnostics |