Class CreateWikiPageOptions
CreateWikiPageOptions form for creating wiki
Inheritance
System.Object
CreateWikiPageOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class CreateWikiPageOptions
Properties
| Improve this Doc View SourceContent_base64
content must be base64 encoded
Declaration
public string Content_base64 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Message
optional commit message summarizing the change
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
page title. leave empty to keep unchanged
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |