java.lang.Object
com.esri.arcgisruntime.portal.PortalUserContent
Represents user content in a folder. This can include portal items and subfolders.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the folder in which this content is located.Gets the subfolders in the current folder.getItems()
Gets the items in the current folder.Gets the username of the user that owns the content.
-
Method Details
-
getUsername
Gets the username of the user that owns the content.- Returns:
- the username
- Since:
- 100.0.0
-
getCurrentFolder
Gets the folder in which this content is located.- Returns:
- the folder in which this content is located, or null if this content is located in the root folder
- Since:
- 100.0.0
-
getItems
Gets the items in the current folder.- Returns:
- an unmodifiable list of items in the current folder. This will throw an UnsupportedOperationException if an attempt is made to modify it.
- Since:
- 100.0.0
-
getFolders
Gets the subfolders in the current folder.- Returns:
- an unmodifiable list of subfolders in the current folder. This will throw an UnsupportedOperationException if an attempt is made to modify it.
- Since:
- 100.0.0
-