Use this interface to manage IEwProjectMultilingualTextManagerX objects.
More...
Use this interface to manage IEwProjectMultilingualTextManagerX objects.
- Since
- 2020 SP0
◆ findEwProjectMultilingualTextByID()
Get the IEwProjectMultilingualTextX from the ID, for associated project.
- Parameters
-
[in] | lEwProjectMultilingualTextXID | Multilingual Text ID to find |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_OBJECT_NOT_FOUND The Multilingual Text with given ID not exists in the active project
- EW_BAD_INPUTS if lEwProjectMultilingualTextXID is not a valid ID (like lEwProjectMultilingualTextXID < 0)
- EW_NO_ERROR if no error detected
|
- Returns
- Valid IEwProjectMultilingualTextX object if the file is founded. NULL otherwise.
◆ getCount()
INT_PTR IEwProjectMultilingualTextManagerX::getCount |
( |
EwErrorCode * |
errorCode | ) |
|
Return the number of Multilingual Text 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 Multilingual Text of associated project
◆ getEwProjectMultilingualTextArray()
VARIANT IEwProjectMultilingualTextManagerX::getEwProjectMultilingualTextArray |
( |
EwErrorCode * |
errorCode | ) |
|
Return the array of IEwProjectMultilingualTextX 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 IEwProjectMultilingualTextX of associated project
◆ getEwProjectMultilingualTextByFileIDArray()
VARIANT IEwProjectMultilingualTextManagerX::getEwProjectMultilingualTextByFileIDArray |
( |
LONG |
lEwProjectMultilingualTextXFileID, |
|
|
EwErrorCode * |
errorCode |
|
) |
| |
Return the array of IEwProjectMultilingualTextX from one file, for associated project.
- Parameters
-
[in] | lEwProjectMultilingualTextXFileID | the file ID to get all their own Multilingual Text. |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_OBJECT_NOT_FOUND The file given ID not exists in the active project or they are no Multilingual Text in the specified file.
- EW_BAD_INPUTS if lEwProjectMultilingualTextXFileID is not a valid ID (like lEwProjectMultilingualTextXFileID < 0)
- EW_NO_ERROR if no error detected
|
- Returns
- the array of IEwProjectMultilingualTextX from one file, for associated project.