| Visual Basic | |
|---|---|
Sub Create( _ ByVal lHwnd As System.Integer, _ ByRef ppoRetFolders() As EdmFolderInfo, _ Optional ByVal lEdmBatchCreateFolderFlags As System.Integer _ ) | |
| C# | |
|---|---|
void Create( System.int lHwnd, out EdmFolderInfo[] ppoRetFolders, System.int lEdmBatchCreateFolderFlags ) | |
| C++/CLI | |
|---|---|
void Create( & System.int lHwnd, & [Out] array<EdmFolderInfo>^ ppoRetFolders, & System.int lEdmBatchCreateFolderFlags ) | |
Parameters
- lHwnd
- Parent window handle that is passed to add-ins that are notified about folders added to the vault
- ppoRetFolders
- Array of EdmFolderInfo structures; one structure for each folder added
- lEdmBatchCreateFolderFlags
- Combination of EdmBatchCreateFolderFlag bits
See the IEdmBatchAddFolders examples.
- S_OK: The method successfully executed.
- E_EDM_COULD_NOT_CREATE_LOCAL_FOLDER: The folders were created in the vault but could not be created in the local cache.
Version 6.3 of SOLIDWORKS PDM Professional