Click or drag to resize

SocialReactionsSummaryRepositoryReactionType Class

Allowed values for the ReactionType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.CommunitiesSocialReactionsSummaryRepositoryReactionType

Namespace:  Aloe.EnterpriseOne.Model.Communities
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class ReactionType : Enum

The SocialReactionsSummaryRepositoryReactionType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAngry
Angry value. Stored as 'ANG'.
Public fieldStatic memberHaha
Haha value. Stored as 'HAH'.
Public fieldStatic memberLike
Compare by mask. Use * (asterisk) as wildcard char.. Stored as 'LIK'.
Public fieldStatic memberLove
Love value. Stored as 'LOV'.
Public fieldStatic memberSad
Sad value. Stored as 'SAD'.
Public fieldvalue__
Public fieldStatic memberWow
Wow value. Stored as 'WOW'.
Top
See Also