docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Export

    Export(string, string, bool)

    Exports the Catalog to a file for a particular store, or erases an existing exported file.

    Declaration
    public static bool Export(string storeName, string folder, bool eraseExport)
    Parameters
    Type Name Description
    string storeName

    The name of the store to be exported.

    string folder

    The full path of the export file, including the file name.

    bool eraseExport

    If true, it will just erase the export file and do nothing else.

    Returns
    Type Description
    bool

    Whether or not the export was succesful. Always returns false if eraseExport is true.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023