A folder used to organize a user's portal items. More...
Header | #include <Portal |
Since | Esri |
Public Functions
Portal | |
Portal | |
Portal | |
~ | |
Q | created() const |
Q | folder |
bool | is |
Q | title() const |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Each item in a portal has a unique URL that is common across all users. In addition, each user has a personal view of the content they own. The user's content is organized into a set of personal folders.
A user's personal view consists of items that are either in the root content folder for the user (the My Contents home folder) or in a subfolder of the home folder with a given folderId. Multilevel folders are not supported.
See also PortalUser and PortalItem.
Member Function Documentation
PortalFolder::PortalFolder ()
Default constructor.
PortalFolder::PortalFolder (const Esri::ArcGISRuntime::PortalFolder &other)
Copy constructor from other PortalFolder.
[noexcept]
PortalFolder::PortalFolder (Esri::ArcGISRuntime::PortalFolder &&other)
Move constructor from other PortalFolder.
[noexcept]
PortalFolder::~PortalFolder ()
Destructor.
QDateTime PortalFolder::created() const
Returns the folder's creation time.
Always a Gregorian Calendar using UTC time zone and English locale.
QString PortalFolder::folderId () const
Returns the folder ID.
bool PortalFolder::isEmpty () const
Returns true
if the PortalFolder is empty.
QString PortalFolder::title() const
Returns the folder's title.
[noexcept]
Esri::ArcGISRuntime::PortalFolder &PortalFolder::operator=(Esri::ArcGISRuntime::PortalFolder &&other)
Move operator from other PortalFolder.
Esri::ArcGISRuntime::PortalFolder &PortalFolder::operator=(const Esri::ArcGISRuntime::PortalFolder &other)
Assignment operator from other PortalFolder.