Content created on the site must implement this interface for the social services to support it.
ForumReply
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumReply { int? AnswerVerifiedByUserId { get; set; } Application Application { get; } bool? Approved { get; set; } User Author { get; set; } string AvatarUrl { get; } Guid ContentId { get; set; } int? ContentTypeId { get; set; } DateTime? Date { get; set; } string EditNotes { get; set; } IList<EmailFile> EmailFiles { get; set; } int EmoticonId { get; set; } string Excerpt { get; set; } ApiList<ExtendedAttribute> ExtendedAttributes { get; set; } MediaFile File { get; set; } int? ForumId { get; set; } Guid GlobalContentTypeId { get; } int? Id { get; set; } bool? IsAnonymous { get; set; } bool? IsAnswer { get; set; } bool? IsDeleted { get; } bool? IsLocked { get; set; } bool? IsSuggestedAnswer { get; set; } int? ParentId { get; set; } int? Points { get; set; } int? PostLevel { get; set; } string PostMedia { get; set; } string PostStatus { get; set; } string PostType { get; set; } int? QualityNoVotes { get; set; } int? QualityScore { get; set; } int? QualityYesVotes { get; set; } int? ReplyCount { get; set; } string SearchUniqueId { get; } int? SortOrder { get; set; } int? SpamScore { get; set; } string SpamStatus { get; set; } string Subject { get; set; } bool? SubscribeToThread { get; set; } IList<string> Tags { get; set; } int? ThreadId { get; set; } int? TotalQualityVotes { get; set; } string Url { get; set; } string UserHostAddress { get; } string Body(); string Body(string postTarget); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AnswerVerifiedByUserId | int? | |||
Application | Application | |||
Approved | bool? | |||
Author | User | |||
AvatarUrl | string | Url to an image particular to the content or content type. If none, return null. | ||
ContentId | Guid | A Guid uniquely identifying the content. | ||
ContentTypeId | int? | |||
Date | DateTime? | |||
EditNotes | string | |||
EmailFiles | IList<EmailFile> | |||
EmoticonId | int | |||
Excerpt | string | |||
ExtendedAttributes | ApiList<ExtendedAttribute> | |||
File | MediaFile | |||
ForumId | int? | |||
GlobalContentTypeId | Guid | |||
Id | int? | |||
IsAnonymous | bool? | |||
IsAnswer | bool? | |||
IsDeleted | bool? | |||
IsLocked | bool? | |||
IsSuggestedAnswer | bool? | |||
ParentId | int? | |||
Points | int? | |||
PostLevel | int? | |||
PostMedia | string | |||
PostStatus | string | |||
PostType | string | |||
QualityNoVotes | int? | |||
QualityScore | int? | |||
QualityYesVotes | int? | |||
ReplyCount | int? | |||
SearchUniqueId | string | |||
SortOrder | int? | |||
SpamScore | int? | |||
SpamStatus | string | |||
Subject | string | |||
SubscribeToThread | bool? | |||
Tags | IList<string> | |||
ThreadId | int? | |||
TotalQualityVotes | int? | |||
Url | string | A Url to the content on the site. | ||
UserHostAddress | string |
Methods
string Body();
Return Type
string
string Body(string postTarget);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
postTarget | string | Post Target | Required |
Return Type
string