|
| IEwProjectLocationX | getEwProjectLocation (EwErrorCode *errorCode) |
| | IEwProjectLocationX associated with the file. More...
|
| |
| BSTR | getFilePath (EwErrorCode *errorCode) |
| | Return the file path. More...
|
| |
| EwErrorCode | lock () |
| | Lock the file so no one connected to the collaborative server can edit or delete it. More...
|
| |
| EwErrorCode | unlock () |
| | Unlock the file. More...
|
| |
| EwFileType | getFileType () |
| |
| LONG | getPosition (EwErrorCode *errorCode) |
| | Get the position of files inside a book/folder. More...
|
| |
| LONG | getEwProjectBookID (EwErrorCode *errorCode) |
| | Get the ID of the book containing this file. More...
|
| |
| LONG | getEwProjectFolderID (EwErrorCode *errorCode) |
| | Get the ID of the folder containing this file. More...
|
| |
| EwErrorCode | setEwProjectBookID (LONG lID) |
| | Set the Book ID of this file. More...
|
| |
| EwErrorCode | setEwProjectFolderID (LONG lID) |
| | Set the folder ID as parent for this file. More...
|
| |
| VARIANT_BOOL | isOpen (EwErrorCode *errorCode) |
| | Return true if the project file is open. More...
|
| |
| EwErrorCode | open () |
| | Open the project file. More...
|
| |
| EwErrorCode | close () |
| | Close the project file. More...
|
| |
| EwErrorCode | setFileType (EwFileType eFileType) |
| | Set the file type of the current project file. More...
|
| |
| EwErrorCode | setOriginalFilePath (BSTR strFilePath, VARIANT_BOOL bAsShortCut) |
| | Specify the path of the file to add in the project. More...
|
| |
| BSTR | getTargetFilePath (EwErrorCode *errorCode) |
| | Return the path to a file not only a reference to a *.lnk. More...
|
| |
| VARIANT_BOOL | isLockByMe (EwErrorCode *errorCode) |
| | Return true if the project file is lock by me. More...
|
| |
| VARIANT_BOOL | isLockedByAnother (EwErrorCode *errorCode) |
| | Return true if the project file is lock by another. More...
|
| |
| IEwProjectMultilingualTextX | newEwProjectMultilingualText (EwErrorCode *errorCode) |
| | Create a multilingual text associated with this file. More...
|
| |
| long | getLocationID (EwErrorCode *errorCode) |
| | Get the ID of EwProjectLocationX associated to the file. More...
|
| |
| EwErrorCode | setLocationID (long lID, VARIANT_BOOL bChangeInComponent) |
| | Set the EwProjectLocationX by ID associated to the file. More...
|
| |
| long | getFunctionID (EwErrorCode *errorCode) |
| | Get the ID of EwProjectFunctionX associated to the file. More...
|
| |
| EwErrorCode | setFunctionID (long lID, VARIANT_BOOL bChangeInComponent) |
| | Set the EwProjectFunctionX ID associated to the file. More...
|
| |
| VARIANT_BOOL | canInsertSymbol (EwErrorCode *errorCode) |
| | Check if the current file is compatible to insert a symbol. More...
|
| |
| IEwProjectSymbolX | newEwProjectSymbolFromSymbolType (EwSymbolType eEwSymbolType, EwErrorCode *errorCode) |
| | Create a symbol according to this file and symbol type. More...
|
| |
| EwErrorCode | setUserData (LONG nUserDataNumber, BSTR strValue) |
| | Set user data of the object. More...
|
| |
| BSTR | getUserData (LONG nUserDataNumber, EwErrorCode *errorCode) |
| | Get user data of the object. More...
|
| |
| EwErrorCode | setTranslatedData (LONG nUserDataNumber, BSTR strLanguage, BSTR strValue) |
| | Set the value of a translated text. More...
|
| |
| BSTR | getTranslatedData (LONG nUserDataNumber, BSTR strLanguage, EwErrorCode *errorCode) |
| | Get the value of a translated text. More...
|
| |
| BSTR | getTag (EwErrorCode *errorCode) |
| | Get the mark of this object. More...
|
| |
| EwErrorCode | setTag (BSTR strValue) |
| | Set the mark of this object. More...
|
| |
| BSTR | getTagRoot (EwErrorCode *errorCode) |
| | Get the mark root of this object. More...
|
| |
| EwErrorCode | setTagRoot (BSTR strValue) |
| | Set the mark root of this object. More...
|
| |
| EwTagMode | getTagMode (EwErrorCode *errorCode) |
| | Get the mark mode of this object. More...
|
| |
| EwErrorCode | setTagMode (EwTagMode eTagMode) |
| | Set the mark mode of this object. More...
|
| |
| long | getTagNumber (EwErrorCode *errorCode) |
| | Get the mark number of this object. More...
|
| |
| EwErrorCode | setTagNumber (long lValue) |
| | Set the mark number of this object. More...
|
| |
| EwErrorCode | setNextTagNumber () |
| | Set the next number to have a unique mark. More...
|
| |
| VARIANT_BOOL | isTagUnique (EwErrorCode *errorCode) |
| | Returns true or false if mark is unique. More...
|
| |
| IEwObjectX | duplicate (EwErrorCode *errorCode) |
| | Duplicate current project object. More...
|
| |
| BSTR | getDescription (BSTR strLanguage, EwErrorCode *errorCode) |
| | Get the description associated to the object. More...
|
| |
| EwErrorCode | setDescription (BSTR strLanguage, BSTR strDescription) |
| | Set the description associated to the object. More...
|
| |
| LONG | getID () |
| |
| EwErrorCode | insert () |
| | Insert the object inside the current project. More...
|
| |
| EwErrorCode | remove () |
| | Remove the object from the current project. More...
|
| |
| EwErrorCode | update () |
| | Update the object inside the current project. More...
|
| |
Use this interface to manage file inside a project.
- Since
- 2018 SP0