# FileMergeBefore ## 定义 在指定层位前合并文件. ```CSharp public bool FileMergeBefore(string fileName, string layerBefore) ``` ## 请求参数 | 参数 | 类型 | 约束 | 说明 | | - | - | - | - | | fileName | string | | Name of the file. | | layerBefore | string | | The layer before. | ## 返回 类型: bool 是否成功 ## 请求示例 ## 错误处理 ## 注意事项