Search Results for

    Show / Hide Table of Contents

    Class AddScreenshotRequest

    Inheritance
    System.Object
    AddScreenshotRequest
    Namespace: Crowdin.Api.Screenshots
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddScreenshotRequest : object

    Properties

    | Improve this Doc View Source

    AutoTag

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

    LabelIds

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

    Name

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

    StorageId

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