![]() |
FormIt C++ API
v23.0.0 (2023.0.0)
|
Payload for kSaveCompleted.
#include <FormItCoreTypes.h>
Public Types | |
| enum | SaveLocation : uint32_t { SaveLocation::Local = 0, SaveLocation::BIM360 } |
| enum | SaveType : uint32_t { SaveType::Save = 0, SaveType::SaveAs, SaveType::SaveCopyAs } |
Public Attributes | |
| SaveLocation | saveLocation = SaveLocation::Local |
| SaveType | saveType = SaveType::Save |
| ::string | path |
|
strong |
|
strong |
| ::string FormIt::SaveInformation::path |
| SaveLocation FormIt::SaveInformation::saveLocation = SaveLocation::Local |
| SaveType FormIt::SaveInformation::saveType = SaveType::Save |