Use this interface to manage IEwProjectFolderX objects.
More...
Use this interface to manage IEwProjectFolderX objects.
- Since
- 2018 SP1
◆ findEwProjectFolderByID()
Get the EwProjectFolder from the Folder ID of associated project.
- Parameters
-
[in] | lEwProjectFolderID | Folder ID to find |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_OBJECT_NOT_FOUND The Folder with given ID doesn't exist in the active project
- EW_NO_ERROR if no error detected
|
- Returns
- Valid EwProjectFolder object if the Folder is founded. NULL otherwise
◆ getCount()
INT_PTR IEwProjectFolderManagerX::getCount |
( |
EwErrorCode * |
errorCode | ) |
|
Return the number of Folders of associated project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_NO_ERROR if no error detected
|
- Returns
- the number of Folders of associated project
◆ getEwProjectFolderArray()
VARIANT IEwProjectFolderManagerX::getEwProjectFolderArray |
( |
EwErrorCode * |
errorCode | ) |
|
Return the array of IEwProjectFolder of associated project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_NO_ERROR if no error detected
|
- Returns
- the array of IEwProjectFolder of associated project
◆ newEwProjectFolder()
Create a IEwProjectFolderX object from the associated project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_NO_ERROR if no error detected
|
- Returns
- An IEwProjectFolderX connected to the associated project