Search Results for

    Show / Hide Table of Contents

    Class GeneralAttachmentSettings

    GeneralAttachmentSettings contains global Attachment settings exposed by API

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

    Properties

    | Improve this Doc View Source

    Allowed_types

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

    Enabled

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

    Max_files

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

    Max_size

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