Search Results for

    Show / Hide Table of Contents

    Class XmlFileImportOptions

    Inheritance
    System.Object
    FileImportOptions
    XmlFileImportOptions
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    public class XmlFileImportOptions : FileImportOptions

    Properties

    | Improve this Doc View Source

    ContentSegmentation

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

    TranslatableElements

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

    TranslateAttributes

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

    TranslateContent

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