Search Results for

    Show / Hide Table of Contents

    Class CreateOrgOption

    CreateOrgOption options for creating an organization

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

    Properties

    | Improve this Doc View Source

    Description

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

    Full_name

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

    Location

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

    Repo_admin_change_team_access

    Declaration
    public bool? Repo_admin_change_team_access { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Username

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

    Visibility

    possible values are public (default), limited or private

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

    Website

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