Payload for kSaveCompleted.
#include <FormItCoreTypes.h>
Public Types | |
enum class | SaveLocation : uint32_t { Local = 0 , BIM360 } |
enum class | SaveType : uint32_t { Save = 0 , SaveAs , 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 |