Search Results for

    Show / Hide Table of Contents

    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 Source

    Commit_count

    Declaration
    public long? Commit_count { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Content_base64

    Page content, base64 encoded

    Declaration
    public string Content_base64 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Footer

    Declaration
    public string Footer { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Html_url

    Declaration
    public string Html_url { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Last_commit

    Declaration
    public WikiCommit Last_commit { get; set; }
    Property Value
    Type Description
    WikiCommit
    | Improve this Doc View Source

    Sidebar

    Declaration
    public string Sidebar { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Sub_url

    Declaration
    public string Sub_url { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH