Search Results for

    Show / Hide Table of Contents

    Class CreateBranchRepoOption

    CreateBranchRepoOption options when creating a branch in a repository

    Inheritance
    System.Object
    CreateBranchRepoOption
    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 CreateBranchRepoOption

    Properties

    | Improve this Doc View Source

    New_branch_name

    Name of the branch to create

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string New_branch_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Old_branch_name

    Deprecated: true
    Name of the old branch to create from

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

    Old_ref_name

    Name of the old branch/tag/commit to create from

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