PortalAccess enum
Indicates the level of access to this portal object: private, shared, organization, or public.
Constructors
- PortalAccess()
-
const
Values
- unknown → const PortalAccess
-
An unknown portal access.
- organization → const PortalAccess
-
Organization level of access.
- private → const PortalAccess
-
Private access.
- public → const PortalAccess
-
Public access.
-
Shared access.
Properties
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
Constants
-
values
→ const List<
PortalAccess> - A constant List of the values in this enum, in order of their declaration.