| Visual Basic | |
|---|---|
Sub AddFolder( _ ByVal lFolderID As System.Integer, _ ByVal lEdmFolderHistoryFlags As System.Integer _ ) | |
| C# | |
|---|---|
void AddFolder( System.int lFolderID, System.int lEdmFolderHistoryFlags ) | |
| C++/CLI | |
|---|---|
void AddFolder( & System.int lFolderID, & System.int lEdmFolderHistoryFlags ) | |
Parameters
- lFolderID
- ID of folder to add
- lEdmFolderHistoryFlags
- Combination of EdmFolderHistoryFlag bits (see Remarks)
lEdmFolderHistoryFlags indicates whether subfolders are added recursively and whether files in the specified folder are added.
After all the files and folders have been added, call IEdmHistory::GetHistory to obtain the actual history listing.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.4