--- title: "Folder Element (XMLA) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "analysis-services" - "docset-sql-devref" ms.tgt_pltfrm: "" ms.topic: "reference" apiname: - "Folder Element" apilocation: - "http://schemas.microsoft.com/analysisservices/2003/engine" apitype: "Schema" applies_to: - "SQL Server 2016 Preview" f1_keywords: - "microsoft.xml.analysis.folder" - "http://schemas.microsoft.com/analysisservices/2003/engine#Folder" - "urn:schemas-microsoft-com:xml-analysis#Folder" helpviewer_keywords: - "Folder element" ms.assetid: 87b305b0-57e3-4ec3-9d80-f1bcf3ce7540 caps.latest.revision: 12 author: "jeannt" ms.author: "jeannt" manager: "erikre" --- # Folder Element (XMLA) Contains a file system storage location to be updated for a [Location](../../../analysis-services/xmla/xml-elements-properties/location-element-xmla.md) element during a [Restore](../../../analysis-services/xmla/xml-elements-commands/restore-element-xmla.md) or [Synchronize](../../../analysis-services/xmla/xml-elements-commands/synchronize-element-xmla.md) command. ## Syntax ```xml ... ... ... ... ``` ## Element Characteristics |Characteristic|Description| |--------------------|-----------------| |Data type and length|None| |Default value|None| |Cardinality|0-n: Optional element that can occur more than once.| ## Element Relationships |Relationship|Element| |------------------|-------------| |Parent elements|[Folders](../../../analysis-services/xmla/xml-elements-properties/folders-element-xmla.md)| |Child elements|[New](../../../analysis-services/xmla/xml-elements-properties/new-element-xmla.md), [Original](../../../analysis-services/xmla/xml-elements-properties/original-element-xmla.md)| ## Remarks The **Folder** element, if specified, changes the storage locations of objects contained either by the backup file (for **Restore** commands) or the database on the source instance (for **Synchronize** commands) that match the value of the **Original** element to the value of the **New** element. For more information about backing up and restoring objects, see [Backing Up, Restoring, and Synchronizing Databases (XMLA)](../../../analysis-services/multidimensional-models-scripting-language-assl-xmla/backing-up-restoring-and-synchronizing-databases-xmla.md). ## See Also [StorageLocation Element (ASSL)](../../../analysis-services/scripting/properties/storagelocation-element-assl.md) [Properties (XMLA)](../../../analysis-services/xmla/xml-elements-properties/xml-elements-properties.md)