Search Results for

    Show / Hide Table of Contents

    Class WorkflowStep

    Inheritance
    System.Object
    WorkflowStep
    Namespace: Crowdin.Api.Workflows
    Assembly: Crowdin.Api.dll
    Syntax
    public class WorkflowStep : object

    Properties

    | Improve this Doc View Source

    Config

    Declaration
    public object Config { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Id

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

    Languages

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

    Title

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

    Type

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