PortalFolder class final
Represents a folder of content within the portal or organization. A user's content in a portal can be organized into folders.
Properties
- created → DateTime?
-
The date of creation of the folder.
no setter
- folderId → String
-
The identifier of the folder.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- portal → Portal
-
The portal to which this folder belongs.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
The title of the folder.
no setter
- username → String
-
The username of the user who created the folder.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited