Session Entity Type Entity Override Mode
Required. Indicates whether the additional data should override or supplement the custom entity type definition.
Entries
Not specified. This value should be never used.
The collection of session entities overrides the collection of entities in the corresponding custom entity type.
The collection of session entities extends the collection of entities in the corresponding custom entity type. Note: Even in this override mode calls to ListSessionEntityTypes
, GetSessionEntityType
, CreateSessionEntityType
and UpdateSessionEntityType
only return the additional entities added in this session entity type. If you want to get the supplemented list, please call EntityTypes.GetEntityType on the custom entity type and merge.
Types
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.