FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::Forge::FileInfo Struct Reference

Description

Represents a file in BIM360 The file element has a containing folder and version.

The objectId is used to create storage on BIM360 The storage_uri contains a link to directly download the contents. Ussually populated by ListContents.

#include <FormItCoreTypes.h>

Inheritance diagram for FormIt::Forge::FileInfo:
FormIt::Forge::ElementInfo

Public Attributes

::string folderId
 
::string version
 
::string itemId
 
::string objectId
 
::string thumbnailPath
 
::string fileExtension
 
::string storage_uri
 
ExtensionInfoPtr extensionInfo
 
- Public Attributes inherited from FormIt::Forge::ElementInfo
::string id
 
::string type
 
::string name
 
::string lastModified
 
::string firstCreated
 
PermissionsInfo permissionsInfo
 

Member Data Documentation

ExtensionInfoPtr FormIt::Forge::FileInfo::extensionInfo
::string FormIt::Forge::FileInfo::fileExtension
::string FormIt::Forge::FileInfo::folderId
::string FormIt::Forge::FileInfo::itemId
::string FormIt::Forge::FileInfo::objectId
::string FormIt::Forge::FileInfo::storage_uri
::string FormIt::Forge::FileInfo::thumbnailPath
::string FormIt::Forge::FileInfo::version

The documentation for this struct was generated from the following file: