| Visual Basic | |
|---|---|
Public Enum EdmBatchCreateFolderFlag Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmBatchCreateFolderFlag : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmBatchCreateFolderFlag : public System.Enum | |
| Member | Description |
|---|---|
| Ebcf_Nothing | 0 = Default behavior |
| Ebcf_RenameExistingRoots | 1 = If this flag is specified, and one of the folders added with IEdmBatchAddFolders::AddFolder already exists in the file vault, the folder is added and renamed to "Copy of Xxxx", where "Xxxx" is the original name. If this flag is not set, the original folder is returned. |