Class WikiPage
WikiPage a wiki page
Inheritance
System.Object
WikiPage
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 WikiPage
Properties
| Improve this Doc View SourceCommit_count
Declaration
public long? Commit_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Content_base64
Page content, base64 encoded
Declaration
public string Content_base64 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Footer
Declaration
public string Footer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Html_url
Declaration
public string Html_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Last_commit
Declaration
public WikiCommit Last_commit { get; set; }
Property Value
| Type | Description |
|---|---|
| WikiCommit |
Sidebar
Declaration
public string Sidebar { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sub_url
Declaration
public string Sub_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |