Search Results for

    Show / Hide Table of Contents

    Class TransferRepoOption

    TransferRepoOption options when transfer a repository's ownership

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

    Properties

    | Improve this Doc View Source

    New_owner

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

    Team_ids

    ID of the team or teams to add to the repository. Teams can only be added to organization-owned repositories.

    Declaration
    public ICollection<long> Team_ids { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.Int64>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH