Search Results for

    Show / Hide Table of Contents

    Class EnterpriseProject

    Inheritance
    System.Object
    ProjectBase
    EnterpriseProject
    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
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class EnterpriseProject : ProjectBase

    Properties

    | Improve this Doc View Source

    Background

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

    ExternalType

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

    GroupId

    Declaration
    public int GroupId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    HasCrowdSourcing

    Declaration
    public bool HasCrowdSourcing { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsExternal

    Declaration
    public bool IsExternal { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    WorkflowId

    Declaration
    public int WorkflowId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX