Search Results for

    Show / Hide Table of Contents

    Class WorkflowTemplateStepConfig.TranslateProofread

    Inheritance
    System.Object
    WorkflowTemplateStepConfig
    WorkflowTemplateStepConfig.TranslateProofread
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class TranslateProofread : WorkflowTemplateStepConfig

    Properties

    | Improve this Doc View Source

    Assignees

    Declaration
    public List<string>? Assignees { get; set; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>
    | Improve this Doc View Source

    Id

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

    Languages

    Declaration
    public List<string>? Languages { get; set; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX