mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
added class for "encrypt" data event
This commit is contained in:
@ -2809,4 +2809,18 @@ namespace NSEditorApi
|
||||
};
|
||||
}
|
||||
|
||||
namespace NSEditorApi
|
||||
{
|
||||
class CEncryptData : public IMenuEventDataBase
|
||||
{
|
||||
public:
|
||||
CEncryptData(){}
|
||||
virtual ~CEncryptData(){}
|
||||
|
||||
LINK_PROPERTY_STRING(Path)
|
||||
private:
|
||||
std::wstring m_sPath;
|
||||
};
|
||||
}
|
||||
|
||||
#endif //_BUILD_EDITOR_API_CROSSPLATFORM_H_
|
||||
|
||||
Reference in New Issue
Block a user