Entity type used in social networking modules that can be interfaced to multiple entities, like comments or files.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public enum SnEntityType
Visual Basic
Public Enumeration SnEntityType
Visual C++
public enum class SnEntityType
F#
type SnEntityType

Members

Member nameValueDescription
None0 Indicates empty entity type.
Album1 Album entity type.
Message2 Message entity type.
Note3 Note entity type.
BlogPost4 Blog post entity type.
Custom15 Custom entity type 1.
Custom26 Custom entity type 2.
Custom37 Custom entity type 3.
File8 File entity type.
DiscussionMessage9 Discussion message entity type.
Comment10 Comment entity type.
Tag11 Tag entity type.
Rating12 Rating entity type.
DiscussionBoard13 Discussion board entity type.
DiscussionTopic14 Discussion topic entity type.
Document15 Document entity type.
NewsItem16 News item entity type.
ListItem17 List item entitytype.
Blog18 Blog entity type.
Subscriber19 Portal subscriber entity type.
Application20 Application entity type.
CalendarEvent21 Calendar event entity type.
Group22 Group event entity type.
User23 User event entity type.
Campaign24 Campaign event entity type.
NewsCategory25 News category event entity type.
Newsletter26 Newsletter event entity type.
Page27 Page event entity type.
Poll28 Poll event entity type.

See Also