| Visual Basic | |
|---|---|
Function GetFirstSubFolderPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstSubFolderPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstSubFolderPosition(); | |
Return Value
IEdmPos5; position of the first sub-folder in this folderGet and Set Folder Permissions (VB.NET)
Get and Set Folder Permissions (C#)
Traverse Folders and Files in Vault (C#)
Traverse Folders and Files in Vault (VB.NET)
Get and Set Folder Permissions (C#)
Traverse Folders and Files in Vault (C#)
Traverse Folders and Files in Vault (VB.NET)
After calling this method, pass the returned first subfolder position to IEdmFolder5::GetNextSubFolder to get the first subfolder in the list. Then call IEdmFolder5::GetNextSubFolder repeatedly to get the rest of the subfolders in the list.
C++ users not using smart-pointer wrapper functions must release the returned pointer, IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2