VersionAccess enum

The access permissions of a version in a branch-versioned service.

Inheritance

Constructors

VersionAccess()
const

Values

public → const VersionAccess

The version is public.

Any portal user can view and edit the version.

protected → const VersionAccess

The version is protected.

Any portal user can view, but only the version owner, feature layer owner, and portal administrator can edit the version.

private → const VersionAccess

The version is private.

Only the version owner, feature layer owner, and portal administrator can view and edit the version.

Properties

coreValue → RT_VersionAccess
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<VersionAccess>
A constant List of the values in this enum, in order of their declaration.