java.lang.Object
com.esri.arcgisruntime.portal.PortalFolder
Represents a sub folder in the root folder of a user. Folders are used to organize content in a portal.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the date this folder was created.Gets the ID of this folder.getTitle()
Gets the title of this folder.Gets the name of the owner of this folder.
-
Method Details
-
getFolderId
Gets the ID of this folder.- Returns:
- the ID of this folder
- Since:
- 100.0.0
-
getTitle
Gets the title of this folder.- Returns:
- the title of this folder
- Since:
- 100.0.0
-
getUsername
Gets the name of the owner of this folder.- Returns:
- the name of the owner of this folder
- Since:
- 100.0.0
-
getCreated
Gets the date this folder was created.- Returns:
- the date this folder was created; always a GregorianCalendar using UTC time zone and English locale
- Since:
- 100.0.0
-