Overview

This enumeration specifies the possible versioning models that a Beehive container may follow.

Enumeration Members

Name Description

DISABLED

Disabled specifies that no entities in the container may be placed under version control.

AUTO

Auto specifies that versionable entities in the container will have new versions created automatically when a change is applied.

MANUAL

Manual specifies that versionable entities in the container may be checked out and checked in when modifications need to be made.

Referenced By Representaions