Search Results for

    Show / Hide Table of Contents

    Class Project

    Inheritance
    object
    ProjectBase
    Project
    ProjectSettings
    Inherited Members
    ProjectBase.Id
    ProjectBase.Type
    ProjectBase.UserId
    ProjectBase.SourceLanguageId
    ProjectBase.TargetLanguageIds
    ProjectBase.Name
    ProjectBase.Identifier
    ProjectBase.Description
    ProjectBase.Logo
    ProjectBase.PublicDownloads
    ProjectBase.CreatedAt
    ProjectBase.UpdatedAt
    ProjectBase.LastActivity
    ProjectBase.SourceLanguage
    ProjectBase.TargetLanguages
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class Project : ProjectBase

    Properties

    | Edit this page View Source

    Cname

    Declaration
    [JsonProperty("cname")]
    public string Cname { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LanguageAccessPolicy

    Declaration
    [JsonProperty("languageAccessPolicy")]
    public LanguageAccessPolicy LanguageAccessPolicy { get; set; }
    Property Value
    Type Description
    LanguageAccessPolicy
    | Edit this page View Source

    Visibility

    Declaration
    [JsonProperty("visibility")]
    public ProjectVisibility Visibility { get; set; }
    Property Value
    Type Description
    ProjectVisibility
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX