| Visual Basic | |
|---|---|
Function GetNextSubFolder( _ ByVal poPosition As IEdmPos5 _ ) As IEdmFolder5 | |
| C# | |
|---|---|
IEdmFolder5 GetNextSubFolder( IEdmPos5 poPosition ) | |
| C++/CLI | |
|---|---|
IEdmFolder5^ GetNextSubFolder( & IEdmPos5^ poPosition ) | |
Parameters
- poPosition
- IEdmPos5; position of the subfolder to retrieve (see Remarks)
Return Value
IEdmFolder5Get 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)
Before calling this method the first time, you must populate poPosition with the interface to the position of the first subfolder, IEdmPos5. Call IEdmFolder5::GetFirstSubFolderPosition to obtain IEdmPos5.
After calling this method the first time, poPos is automatically incremented every time it is called. Call this method repeatedly to obtain the rest of the subfolders.
Be sure to call IEdmPos5::IsNull before you call this method to ensure you have not reached the end of the enumeration.
C++ programmers not using smart-pointer wrapper functions must release the returned interface.
- S_OK: The method successfully executed.
- E_EDM_END_OF_LIST: You have gone past the end of the list.
SOLIDWORKS PDM Professional Version 5.2